Html Css Color HEX #D20EB4 Deep Magenta

📋 copy color: '#D20EB4'

red 210 ◦ green 14 ◦ blue 180

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

Shades of Deep Magenta #D20EB4

Tints of Deep Magenta #D20EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.55%

R = 51.98%
G = 3.47%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D20EB4 (or 0xD20EB4) is known color: Deep Magenta. HEX triplet: D2, 0E and B4. RGB value is (210,14,180). Sum of RGB (Red+Green+Blue) = 210+14+180=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D20EB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20EB4 is #2DF14B. Grayscale: #5B5B5B. Windows color (decimal): -3010892 or 11800274. OLE color: 11800274.

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

Color convert

RGB 210 14 180 -
CMYK 0 0.93 0.14 0.18
HSL 309.18º 0.88% 0.44% -
HSV(B) 309.18º 0.93% 0.82% -
XYZ 34.97 17.31 44.68 -
YUV 91.53 177.93 212.5 -
System Red Green Blue C M Y K H S L
Decimal 210 14 180 0 0.93 0.14 0.18 309.18 0.88 0.44
Hex D2 E B4 0 5D E 12 135 58 2C
Octal 322 16 264 0 135 16 22 465 130 54
Binary 11010010 1110 10110100 0 1011101 1110 10010 100110101 1011000 101100

Color Harmonies of #D20EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EB4

Black with #D20EB4

Text Example


Text Example

White with #D20EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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