Html Css Color HEX #D020C9 Deep Magenta

📋 copy color: '#D020C9'

red 208 ◦ green 32 ◦ blue 201

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

Shades of Deep Magenta #D020C9

Tints of Deep Magenta #D020C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.58%

R = 47.17%
G = 7.26%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D020C9 (or 0xD020C9) is known color: Deep Magenta. HEX triplet: D0, 20 and C9. RGB value is (208,32,201). Sum of RGB (Red+Green+Blue) = 208+32+201=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D020C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D020C9 is #2FDF36. Grayscale: #676767. Windows color (decimal): -3137335 or 13181136. OLE color: 13181136.

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

Color convert

RGB 208 32 201 -
CMYK 0 0.85 0.03 0.18
HSL 302.39º 0.73% 0.47% -
HSV(B) 302.39º 0.85% 0.82% -
XYZ 37.07 18.66 56.91 -
YUV 103.89 182.81 202.26 -
System Red Green Blue C M Y K H S L
Decimal 208 32 201 0 0.85 0.03 0.18 302.39 0.73 0.47
Hex D0 20 C9 0 55 3 12 12E 49 2F
Octal 320 40 311 0 125 3 22 456 111 57
Binary 11010000 100000 11001001 0 1010101 11 10010 100101110 1001001 101111

Color Harmonies of #D020C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020C9

Black with #D020C9

Text Example


Text Example

White with #D020C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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