Html Css Color HEX #D020CB Deep Magenta

📋 copy color: '#D020CB'

red 208 ◦ green 32 ◦ blue 203

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

Shades of Deep Magenta #D020CB

Tints of Deep Magenta #D020CB

RGB

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

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

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

R = 46.95%
G = 7.22%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D020CB (or 0xD020CB) is known color: Deep Magenta. HEX triplet: D0, 20 and CB. RGB value is (208,32,203). Sum of RGB (Red+Green+Blue) = 208+32+203=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D020CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D020CB is #2FDF34. Grayscale: #676767. Windows color (decimal): -3137333 or 13312208. OLE color: 13312208.

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

Color convert

RGB 208 32 203 -
CMYK 0 0.85 0.02 0.18
HSL 301.7º 0.73% 0.47% -
HSV(B) 301.7º 0.85% 0.82% -
XYZ 37.31 18.75 58.15 -
YUV 104.12 183.81 202.1 -
System Red Green Blue C M Y K H S L
Decimal 208 32 203 0 0.85 0.02 0.18 301.7 0.73 0.47
Hex D0 20 CB 0 55 2 12 12E 49 2F
Octal 320 40 313 0 125 2 22 456 111 57
Binary 11010000 100000 11001011 0 1010101 10 10010 100101110 1001001 101111

Color Harmonies of #D020CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020CB

Black with #D020CB

Text Example


Text Example

White with #D020CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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