#D908C3

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

Shades of Deep Magenta #D908C3

Tints of Deep Magenta #D908C3

Color information

#D908C3 (or 0xD908C3) is unknown color: approx Deep Magenta. HEX triplet: D9, 08 and C3. RGB value is (217,8,195). Sum of RGB (Red+Green+Blue) = 217+8+195=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D908C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908C3 is #26F73C. Grayscale: #5B5B5B. Windows color (decimal): -2553661 or 12781785. OLE color: 12781785.

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

Color convert

RGB2178195-
CMYK00.960.100.15
HSL306.32º92.89%44.12%-
HSV(B)306.32º96.31%85.1%-
XYZ38.5518.8753.24-
YUV91.81186.24217.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.67%
GREEN value IS 8 (3.52% from 255) = 1.90%
BLUE value IS 195 (76.56% from 255) = 46.43%
R=51.67%
G=1.90%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217819500.960.100.15306.3292.8944.12
HexD98C3060AF1325d2c
Octal331103030140121746213554
Binary1101100110001100001101100000101011111001100101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D908C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D908C3; }

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

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

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

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

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

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

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

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