Html Css Color HEX #D20EC5 Deep Magenta

📋 copy color: '#D20EC5'

red 210 ◦ green 14 ◦ blue 197

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

Shades of Deep Magenta #D20EC5

Tints of Deep Magenta #D20EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.79%

R = 49.88%
G = 3.33%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D20EC5 (or 0xD20EC5) is known color: Deep Magenta. HEX triplet: D2, 0E and C5. RGB value is (210,14,197). Sum of RGB (Red+Green+Blue) = 210+14+197=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D20EC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20EC5 is #2DF13A. Grayscale: #5C5C5C. Windows color (decimal): -3010875 or 12914386. OLE color: 12914386.

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

Color convert

RGB 210 14 197 -
CMYK 0 0.93 0.06 0.18
HSL 303.98º 0.88% 0.44% -
HSV(B) 303.98º 0.93% 0.82% -
XYZ 36.81 18.05 54.37 -
YUV 93.47 186.43 211.12 -
System Red Green Blue C M Y K H S L
Decimal 210 14 197 0 0.93 0.06 0.18 303.98 0.88 0.44
Hex D2 E C5 0 5D 6 12 130 58 2C
Octal 322 16 305 0 135 6 22 460 130 54
Binary 11010010 1110 11000101 0 1011101 110 10010 100110000 1011000 101100

Color Harmonies of #D20EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EC5

Black with #D20EC5

Text Example


Text Example

White with #D20EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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