Html Css Color HEX #D20EB0 Deep Magenta

📋 copy color: '#D20EB0'

red 210 ◦ green 14 ◦ blue 176

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

Shades of Deep Magenta #D20EB0

Tints of Deep Magenta #D20EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44%

R = 52.5%
G = 3.5%
B = 44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D20EB0 (or 0xD20EB0) is known color: Deep Magenta. HEX triplet: D2, 0E and B0. RGB value is (210,14,176). Sum of RGB (Red+Green+Blue) = 210+14+176=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D20EB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20EB0 is #2DF14F. Grayscale: #5A5A5A. Windows color (decimal): -3010896 or 11538130. OLE color: 11538130.

HSL color Cylindrical-coordinate representation of color #D20EB0: hue angle of 310.41º 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 #D20EB0 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 14 176 -
CMYK 0 0.93 0.16 0.18
HSL 310.41º 0.88% 0.44% -
HSV(B) 310.41º 0.93% 0.82% -
XYZ 34.57 17.15 42.56 -
YUV 91.07 175.93 212.83 -
System Red Green Blue C M Y K H S L
Decimal 210 14 176 0 0.93 0.16 0.18 310.41 0.88 0.44
Hex D2 E B0 0 5D 10 12 136 58 2C
Octal 322 16 260 0 135 20 22 466 130 54
Binary 11010010 1110 10110000 0 1011101 10000 10010 100110110 1011000 101100

Color Harmonies of #D20EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EB0

Black with #D20EB0

Text Example


Text Example

White with #D20EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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