Html Css Color HEX #D021CB Deep Magenta

📋 copy color: '#D021CB'

red 208 ◦ green 33 ◦ blue 203

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

Shades of Deep Magenta #D021CB

Tints of Deep Magenta #D021CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 46.85%
G = 7.43%
B = 45.72%

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

#D021CB (or 0xD021CB) is known color: Deep Magenta. HEX triplet: D0, 21 and CB. RGB value is (208,33,203). Sum of RGB (Red+Green+Blue) = 208+33+203=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D021CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D021CB is #2FDE34. Grayscale: #686868. Windows color (decimal): -3137077 or 13312464. OLE color: 13312464.

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

Color convert

RGB 208 33 203 -
CMYK 0 0.84 0.02 0.18
HSL 301.71º 0.73% 0.47% -
HSV(B) 301.71º 0.84% 0.82% -
XYZ 37.34 18.81 58.16 -
YUV 104.71 183.48 201.68 -
System Red Green Blue C M Y K H S L
Decimal 208 33 203 0 0.84 0.02 0.18 301.71 0.73 0.47
Hex D0 21 CB 0 54 2 12 12E 49 2F
Octal 320 41 313 0 124 2 22 456 111 57
Binary 11010000 100001 11001011 0 1010100 10 10010 100101110 1001001 101111

Color Harmonies of #D021CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D021CB

Black with #D021CB

Text Example


Text Example

White with #D021CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D021CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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