Html Css Color HEX #D20EC4 Deep Magenta

📋 copy color: '#D20EC4'

red 210 ◦ green 14 ◦ blue 196

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

Shades of Deep Magenta #D20EC4

Tints of Deep Magenta #D20EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.67%

R = 50%
G = 3.33%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D20EC4 (or 0xD20EC4) is known color: Deep Magenta. HEX triplet: D2, 0E and C4. RGB value is (210,14,196). Sum of RGB (Red+Green+Blue) = 210+14+196=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 196 (76.95% from 255 or 46.67% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D20EC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20EC4 is #2DF13B. Grayscale: #5C5C5C. Windows color (decimal): -3010876 or 12848850. OLE color: 12848850.

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

Color convert

RGB 210 14 196 -
CMYK 0 0.93 0.07 0.18
HSL 304.29º 0.88% 0.44% -
HSV(B) 304.29º 0.93% 0.82% -
XYZ 36.7 18 53.76 -
YUV 93.35 185.93 211.2 -
System Red Green Blue C M Y K H S L
Decimal 210 14 196 0 0.93 0.07 0.18 304.29 0.88 0.44
Hex D2 E C4 0 5D 7 12 130 58 2C
Octal 322 16 304 0 135 7 22 460 130 54
Binary 11010010 1110 11000100 0 1011101 111 10010 100110000 1011000 101100

Color Harmonies of #D20EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EC4

Black with #D20EC4

Text Example


Text Example

White with #D20EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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