Shades of Deep Cerise #D92FAB
Tints of Deep Cerise #D92FAB
RGB
CMYK
RGB Variations
Color information
#D92FAB (or 0xD92FAB) is known color: Deep Cerise. HEX triplet: D9, 2F and AB. RGB value is (217,47,171). Sum of RGB (Red+Green+Blue) = 217+47+171=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D92FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92FAB is #26D054. Grayscale: #6F6F6F. Windows color (decimal): -2543701 or 11218905. OLE color: 11218905.
HSL color Cylindrical-coordinate representation of color #D92FAB: hue angle of 316.24º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D92FAB is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 171 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.15 |
| HSL | 316.24º | 0.69% | 0.52% | - |
| HSV(B) | 316.24º | 0.78% | 0.85% | - |
| XYZ | 36.98 | 19.73 | 40.39 | - |
| YUV | 111.97 | 161.32 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 171 | 0 | 0.78 | 0.21 | 0.15 | 316.24 | 0.69 | 0.52 |
| Hex | D9 | 2F | AB | 0 | 4E | 15 | F | 13C | 45 | 34 |
| Octal | 331 | 57 | 253 | 0 | 116 | 25 | 17 | 474 | 105 | 64 |
| Binary | 11011001 | 101111 | 10101011 | 0 | 1001110 | 10101 | 1111 | 100111100 | 1000101 | 110100 |
Color Harmonies of #D92FAB
Complementary color
Monochromatic Colors of #D92FAB
Black with #D92FAB
Text Example
Text Example
White with #D92FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92FAB; }
p { color: rgb(217,47,171); }
H1.HeaderClassName
{
color: #D92FAB;
}
.AnyTagClassName
{
color: #D92FAB;
}
</style>
background-color css
<style>
a { background-color: #D92FAB; }
a { background-color: rgb(217,47,171); }
div.DivClassName
{
background-color: #D92FAB;
}
.BgClassName
{
background-color: #D92FAB;
}
</style>
border-color css
<style>
span { border-color: #D92FAB; }
span { border-color: rgb(217,47,171); }
td.TdClassName
{
border-color: #D92FAB;
}
.TagClassName
{
border-color: #D92FAB;
}
</style>