Html Css Color HEX #D020C0 Deep Magenta

📋 copy color: '#D020C0'

red 208 ◦ green 32 ◦ blue 192

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

Shades of Deep Magenta #D020C0

Tints of Deep Magenta #D020C0

RGB

 RED value IS 208 (81.64% from 255) = 48.15%

 GREEN value IS 32 (12.89% from 255) = 7.41%

 BLUE value IS 192 (75.39% from 255) = 44.44%

R = 48.15%
G = 7.41%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D020C0 (or 0xD020C0) is known color: Deep Magenta. HEX triplet: D0, 20 and C0. RGB value is (208,32,192). Sum of RGB (Red+Green+Blue) = 208+32+192=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D020C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D020C0 is #2FDF3F. Grayscale: #666666. Windows color (decimal): -3137344 or 12591312. OLE color: 12591312.

HSL color Cylindrical-coordinate representation of color #D020C0: hue angle of 305.45º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D020C0 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 32 192 -
CMYK 0 0.85 0.08 0.18
HSL 305.45º 0.73% 0.47% -
HSV(B) 305.45º 0.85% 0.82% -
XYZ 36.04 18.25 51.49 -
YUV 102.86 178.31 202.99 -
System Red Green Blue C M Y K H S L
Decimal 208 32 192 0 0.85 0.08 0.18 305.45 0.73 0.47
Hex D0 20 C0 0 55 8 12 131 49 2F
Octal 320 40 300 0 125 10 22 461 111 57
Binary 11010000 100000 11000000 0 1010101 1000 10010 100110001 1001001 101111

Color Harmonies of #D020C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020C0

Black with #D020C0

Text Example


Text Example

White with #D020C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020C0; }

 p { color: rgb(208,32,192); }

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

background-color css

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

 a { background-color: rgb(208,32,192); }

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

border-color css

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

 span { border-color: rgb(208,32,192); }

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