Html Css Color HEX #D020B3 Deep Magenta

📋 copy color: '#D020B3'

red 208 ◦ green 32 ◦ blue 179

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

Shades of Deep Magenta #D020B3

Tints of Deep Magenta #D020B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.72%

R = 49.64%
G = 7.64%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D020B3 (or 0xD020B3) is known color: Deep Magenta. HEX triplet: D0, 20 and B3. RGB value is (208,32,179). Sum of RGB (Red+Green+Blue) = 208+32+179=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D020B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D020B3 is #2FDF4C. Grayscale: #646464. Windows color (decimal): -3137357 or 11739344. OLE color: 11739344.

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

Color convert

RGB 208 32 179 -
CMYK 0 0.85 0.14 0.18
HSL 309.89º 0.73% 0.47% -
HSV(B) 309.89º 0.85% 0.82% -
XYZ 34.67 17.7 44.24 -
YUV 101.38 171.81 204.05 -
System Red Green Blue C M Y K H S L
Decimal 208 32 179 0 0.85 0.14 0.18 309.89 0.73 0.47
Hex D0 20 B3 0 55 E 12 136 49 2F
Octal 320 40 263 0 125 16 22 466 111 57
Binary 11010000 100000 10110011 0 1010101 1110 10010 100110110 1001001 101111

Color Harmonies of #D020B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020B3

Black with #D020B3

Text Example


Text Example

White with #D020B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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