#D908B4

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

Shades of Deep Magenta #D908B4

Tints of Deep Magenta #D908B4

Color information

#D908B4 (or 0xD908B4) is unknown color: approx Deep Magenta. HEX triplet: D9, 08 and B4. RGB value is (217,8,180). Sum of RGB (Red+Green+Blue) = 217+8+180=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D908B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908B4 is #26F74B. Grayscale: #595959. Windows color (decimal): -2553676 or 11798745. OLE color: 11798745.

HSL color Cylindrical-coordinate representation of color #D908B4: hue angle of 310.62º 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 #D908B4 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB2178180-
CMYK00.960.170.15
HSL310.62º92.89%44.12%-
HSV(B)310.62º96.31%85.1%-
XYZ36.9418.2244.75-
YUV90.1178.74218.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.58%
GREEN value IS 8 (3.52% from 255) = 1.98%
BLUE value IS 180 (70.70% from 255) = 44.44%
R=53.58%
G=1.98%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217818000.960.170.15310.6292.8944.12
HexD98B406011F1375d2c
Octal331102640140211746713554
Binary11011001100010110100011000001000111111001101111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D908B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D908B4; }

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

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

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

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

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

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

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

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