Html Css Color HEX #D20EB6 Deep Magenta

📋 copy color: '#D20EB6'

red 210 ◦ green 14 ◦ blue 182

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

Shades of Deep Magenta #D20EB6

Tints of Deep Magenta #D20EB6

RGB

 RED value IS 210 (82.42% from 255) = 51.72%

 GREEN value IS 14 (5.86% from 255) = 3.45%

 BLUE value IS 182 (71.48% from 255) = 44.83%

R = 51.72%
G = 3.45%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D20EB6 (or 0xD20EB6) is known color: Deep Magenta. HEX triplet: D2, 0E and B6. RGB value is (210,14,182). Sum of RGB (Red+Green+Blue) = 210+14+182=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D20EB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20EB6 is #2DF149. Grayscale: #5B5B5B. Windows color (decimal): -3010890 or 11931346. OLE color: 11931346.

HSL color Cylindrical-coordinate representation of color #D20EB6: hue angle of 308.57º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20EB6 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 14 182 -
CMYK 0 0.93 0.13 0.18
HSL 308.57º 0.88% 0.44% -
HSV(B) 308.57º 0.93% 0.82% -
XYZ 35.18 17.39 45.76 -
YUV 91.76 178.93 212.34 -
System Red Green Blue C M Y K H S L
Decimal 210 14 182 0 0.93 0.13 0.18 308.57 0.88 0.44
Hex D2 E B6 0 5D D 12 135 58 2C
Octal 322 16 266 0 135 15 22 465 130 54
Binary 11010010 1110 10110110 0 1011101 1101 10010 100110101 1011000 101100

Color Harmonies of #D20EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EB6

Black with #D20EB6

Text Example


Text Example

White with #D20EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EB6; }

 p { color: rgb(210,14,182); }

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

background-color css

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

 a { background-color: rgb(210,14,182); }

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

border-color css

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

 span { border-color: rgb(210,14,182); }

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