Html Css Color HEX #D021CC Deep Magenta

📋 copy color: '#D021CC'

red 208 ◦ green 33 ◦ blue 204

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

Shades of Deep Magenta #D021CC

Tints of Deep Magenta #D021CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 46.74%
G = 7.42%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D021CC (or 0xD021CC) is known color: Deep Magenta. HEX triplet: D0, 21 and CC. RGB value is (208,33,204). Sum of RGB (Red+Green+Blue) = 208+33+204=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 33 (13.28% from 255 or 7.42% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D021CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D021CC is #2FDE33. Grayscale: #686868. Windows color (decimal): -3137076 or 13378000. OLE color: 13378000.

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

Color convert

RGB 208 33 204 -
CMYK 0 0.84 0.02 0.18
HSL 301.37º 0.73% 0.47% -
HSV(B) 301.37º 0.84% 0.82% -
XYZ 37.46 18.86 58.79 -
YUV 104.82 183.98 201.6 -
System Red Green Blue C M Y K H S L
Decimal 208 33 204 0 0.84 0.02 0.18 301.37 0.73 0.47
Hex D0 21 CC 0 54 2 12 12D 49 2F
Octal 320 41 314 0 124 2 22 455 111 57
Binary 11010000 100001 11001100 0 1010100 10 10010 100101101 1001001 101111

Color Harmonies of #D021CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D021CC

Black with #D021CC

Text Example


Text Example

White with #D021CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D021CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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