Html Css Color HEX #D020B6 Deep Magenta

📋 copy color: '#D020B6'

red 208 ◦ green 32 ◦ blue 182

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

Shades of Deep Magenta #D020B6

Tints of Deep Magenta #D020B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.13%

R = 49.29%
G = 7.58%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D020B6 (or 0xD020B6) is known color: Deep Magenta. HEX triplet: D0, 20 and B6. RGB value is (208,32,182). Sum of RGB (Red+Green+Blue) = 208+32+182=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D020B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D020B6 is #2FDF49. Grayscale: #656565. Windows color (decimal): -3137354 or 11935952. OLE color: 11935952.

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

Color convert

RGB 208 32 182 -
CMYK 0 0.85 0.12 0.18
HSL 308.86º 0.73% 0.47% -
HSV(B) 308.86º 0.85% 0.82% -
XYZ 34.97 17.82 45.85 -
YUV 101.72 173.31 203.8 -
System Red Green Blue C M Y K H S L
Decimal 208 32 182 0 0.85 0.12 0.18 308.86 0.73 0.47
Hex D0 20 B6 0 55 C 12 135 49 2F
Octal 320 40 266 0 125 14 22 465 111 57
Binary 11010000 100000 10110110 0 1010101 1100 10010 100110101 1001001 101111

Color Harmonies of #D020B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020B6

Black with #D020B6

Text Example


Text Example

White with #D020B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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