Shades of Deep Magenta #D908CB
Tints of Deep Magenta #D908CB
RGB
CMYK
RGB Variations
Color information
#D908CB (or 0xD908CB) is known color: Deep Magenta. HEX triplet: D9, 08 and CB. RGB value is (217,8,203). Sum of RGB (Red+Green+Blue) = 217+8+203=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 8 (3.52% from 255 or 1.87% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D908CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908CB is #26F734. Grayscale: #5C5C5C. Windows color (decimal): -2553653 or 13306073. OLE color: 13306073.
HSL color Cylindrical-coordinate representation of color #D908CB: hue angle of 304.02º 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 #D908CB is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 203 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.15 |
| HSL | 304.02º | 0.93% | 0.44% | - |
| HSV(B) | 304.02º | 0.96% | 0.85% | - |
| XYZ | 39.48 | 19.24 | 58.13 | - |
| YUV | 92.72 | 190.24 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 203 | 0 | 0.96 | 0.06 | 0.15 | 304.02 | 0.93 | 0.44 |
| Hex | D9 | 8 | CB | 0 | 60 | 6 | F | 130 | 5D | 2C |
| Octal | 331 | 10 | 313 | 0 | 140 | 6 | 17 | 460 | 135 | 54 |
| Binary | 11011001 | 1000 | 11001011 | 0 | 1100000 | 110 | 1111 | 100110000 | 1011101 | 101100 |
Color Harmonies of #D908CB
Complementary color
Monochromatic Colors of #D908CB
Black with #D908CB
Text Example
Text Example
White with #D908CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D908CB; }
p { color: rgb(217,8,203); }
H1.HeaderClassName
{
color: #D908CB;
}
.AnyTagClassName
{
color: #D908CB;
}
</style>
background-color css
<style>
a { background-color: #D908CB; }
a { background-color: rgb(217,8,203); }
div.DivClassName
{
background-color: #D908CB;
}
.BgClassName
{
background-color: #D908CB;
}
</style>
border-color css
<style>
span { border-color: #D908CB; }
span { border-color: rgb(217,8,203); }
td.TdClassName
{
border-color: #D908CB;
}
.TagClassName
{
border-color: #D908CB;
}
</style>