#D008B3

Color #D008B3 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D008B3

Tints of Deep Magenta #D008B3

Color information

#D008B3 (or 0xD008B3) is unknown color: approx Deep Magenta. HEX triplet: D0, 08 and B3. RGB value is (208,8,179). Sum of RGB (Red+Green+Blue) = 208+8+179=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D008B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008B3 is #2FF74C. Grayscale: #565656. Windows color (decimal): -3143501 or 11733200. OLE color: 11733200.

HSL color Cylindrical-coordinate representation of color #D008B3: hue angle of 308.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D008B3 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB2088179-
CMYK00.960.140.18
HSL308.7º92.59%42.35%-
HSV(B)308.7º96.15%81.57%-
XYZ34.2416.8444.09-
YUV87.29179.76214.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.66%
GREEN value IS 8 (3.52% from 255) = 2.03%
BLUE value IS 179 (70.31% from 255) = 45.32%
R=52.66%
G=2.03%
B=45.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208817900.960.140.18308.792.5942.35
HexD08B3060E121355d2a
Octal320102630140162246513552
Binary11010000100010110011011000001110100101001101011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D008B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D008B3; }

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

 H1.HeaderClassName
 {
   color: #D008B3;
 }
 .AnyTagClassName
 {
   color: #D008B3;
 }
</style>
background-color css

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

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

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

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

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

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