#D908B6

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

Shades of Deep Magenta #D908B6

Tints of Deep Magenta #D908B6

Color information

#D908B6 (or 0xD908B6) is unknown color: approx Deep Magenta. HEX triplet: D9, 08 and B6. RGB value is (217,8,182). Sum of RGB (Red+Green+Blue) = 217+8+182=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D908B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908B6 is #26F749. Grayscale: #595959. Windows color (decimal): -2553674 or 11929817. OLE color: 11929817.

HSL color Cylindrical-coordinate representation of color #D908B6: hue angle of 310.05º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D908B6 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB2178182-
CMYK00.960.160.15
HSL310.05º92.89%44.12%-
HSV(B)310.05º96.31%85.1%-
XYZ37.1518.345.83-
YUV90.33179.74218.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.32%
GREEN value IS 8 (3.52% from 255) = 1.97%
BLUE value IS 182 (71.48% from 255) = 44.72%
R=53.32%
G=1.97%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217818200.960.160.15310.0592.8944.12
HexD98B606010F1365d2c
Octal331102660140201746613554
Binary11011001100010110110011000001000011111001101101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D908B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D908B6; }

 p { color: rgb(217,8,182); }

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

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

 a { background-color: rgb(217,8,182); }

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

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

 span { border-color: rgb(217,8,182); }

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