Html Css Color HEX #DA15CB Deep Magenta

📋 copy color: '#DA15CB'

red 218 ◦ green 21 ◦ blue 203

#DA15CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #DA15CB

Tints of Deep Magenta #DA15CB

RGB

 RED value IS 218 (85.55% from 255) = 49.32%

 GREEN value IS 21 (8.59% from 255) = 4.75%

 BLUE value IS 203 (79.69% from 255) = 45.93%

R = 49.32%
G = 4.75%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA15CB (or 0xDA15CB) is known color: Deep Magenta. HEX triplet: DA, 15 and CB. RGB value is (218,21,203). Sum of RGB (Red+Green+Blue) = 218+21+203=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA15CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA15CB is #25EA34. Grayscale: #646464. Windows color (decimal): -2484789 or 13309402. OLE color: 13309402.

HSL color Cylindrical-coordinate representation of color #DA15CB: hue angle of 304.57º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA15CB is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 203 -
CMYK 0 0.90 0.07 0.15
HSL 304.57º 0.82% 0.47% -
HSV(B) 304.57º 0.9% 0.85% -
XYZ 39.96 19.75 58.21 -
YUV 100.65 185.77 211.7 -
System Red Green Blue C M Y K H S L
Decimal 218 21 203 0 0.90 0.07 0.15 304.57 0.82 0.47
Hex DA 15 CB 0 5A 7 F 131 52 2F
Octal 332 25 313 0 132 7 17 461 122 57
Binary 11011010 10101 11001011 0 1011010 111 1111 100110001 1010010 101111

Color Harmonies of #DA15CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA15CB

Black with #DA15CB

Text Example


Text Example

White with #DA15CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA15CB; }

 p { color: rgb(218,21,203); }

 H1.HeaderClassName
 {
   color: #DA15CB;
 }
 .AnyTagClassName
 {
   color: #DA15CB;
 }
</style>

background-color css

<style>
 a { background-color: #DA15CB; }

 a { background-color: rgb(218,21,203); }

 div.DivClassName
 {
   background-color: #DA15CB;
 }
 .BgClassName
 {
   background-color: #DA15CB;
 }
</style>

border-color css

<style>
 span { border-color: #DA15CB; }

 span { border-color: rgb(218,21,203); }

 td.TdClassName
 {
   border-color: #DA15CB;
 }
 .TagClassName
 {
   border-color: #DA15CB;
 }
</style>