Html Css Color HEX #D020C8 Deep Magenta

📋 copy color: '#D020C8'

red 208 ◦ green 32 ◦ blue 200

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

Shades of Deep Magenta #D020C8

Tints of Deep Magenta #D020C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.45%

R = 47.27%
G = 7.27%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D020C8 (or 0xD020C8) is known color: Deep Magenta. HEX triplet: D0, 20 and C8. RGB value is (208,32,200). Sum of RGB (Red+Green+Blue) = 208+32+200=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D020C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D020C8 is #2FDF37. Grayscale: #676767. Windows color (decimal): -3137336 or 13115600. OLE color: 13115600.

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

Color convert

RGB 208 32 200 -
CMYK 0 0.85 0.04 0.18
HSL 302.73º 0.73% 0.47% -
HSV(B) 302.73º 0.85% 0.82% -
XYZ 36.95 18.61 56.29 -
YUV 103.78 182.31 202.34 -
System Red Green Blue C M Y K H S L
Decimal 208 32 200 0 0.85 0.04 0.18 302.73 0.73 0.47
Hex D0 20 C8 0 55 4 12 12F 49 2F
Octal 320 40 310 0 125 4 22 457 111 57
Binary 11010000 100000 11001000 0 1010101 100 10010 100101111 1001001 101111

Color Harmonies of #D020C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020C8

Black with #D020C8

Text Example


Text Example

White with #D020C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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