Html Css Color HEX #D021C9 Deep Magenta

📋 copy color: '#D021C9'

red 208 ◦ green 33 ◦ blue 201

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

Shades of Deep Magenta #D021C9

Tints of Deep Magenta #D021C9

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.47%

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

R = 47.06%
G = 7.47%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D021C9 (or 0xD021C9) is known color: Deep Magenta. HEX triplet: D0, 21 and C9. RGB value is (208,33,201). Sum of RGB (Red+Green+Blue) = 208+33+201=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 33 (13.28% from 255 or 7.47% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D021C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D021C9 is #2FDE36. Grayscale: #676767. Windows color (decimal): -3137079 or 13181392. OLE color: 13181392.

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

Color convert

RGB 208 33 201 -
CMYK 0 0.84 0.03 0.18
HSL 302.4º 0.73% 0.47% -
HSV(B) 302.4º 0.84% 0.82% -
XYZ 37.1 18.71 56.92 -
YUV 104.48 182.48 201.84 -
System Red Green Blue C M Y K H S L
Decimal 208 33 201 0 0.84 0.03 0.18 302.4 0.73 0.47
Hex D0 21 C9 0 54 3 12 12E 49 2F
Octal 320 41 311 0 124 3 22 456 111 57
Binary 11010000 100001 11001001 0 1010100 11 10010 100101110 1001001 101111

Color Harmonies of #D021C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D021C9

Black with #D021C9

Text Example


Text Example

White with #D021C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D021C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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