Shades of Deep Cerise #D92D9B
Tints of Deep Cerise #D92D9B
RGB
CMYK
RGB Variations
Color information
#D92D9B (or 0xD92D9B) is known color: Deep Cerise. HEX triplet: D9, 2D and 9B. RGB value is (217,45,155). Sum of RGB (Red+Green+Blue) = 217+45+155=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92D9B is #26D264. Grayscale: #6C6C6C. Windows color (decimal): -2544229 or 10169817. OLE color: 10169817.
HSL color Cylindrical-coordinate representation of color #D92D9B: hue angle of 321.63º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92D9B is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 155 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.15 |
| HSL | 321.63º | 0.69% | 0.51% | - |
| HSV(B) | 321.63º | 0.79% | 0.85% | - |
| XYZ | 35.47 | 19 | 32.81 | - |
| YUV | 108.97 | 153.98 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 155 | 0 | 0.79 | 0.29 | 0.15 | 321.63 | 0.69 | 0.51 |
| Hex | D9 | 2D | 9B | 0 | 4F | 1D | F | 142 | 45 | 33 |
| Octal | 331 | 55 | 233 | 0 | 117 | 35 | 17 | 502 | 105 | 63 |
| Binary | 11011001 | 101101 | 10011011 | 0 | 1001111 | 11101 | 1111 | 101000010 | 1000101 | 110011 |
Color Harmonies of #D92D9B
Complementary color
Monochromatic Colors of #D92D9B
Black with #D92D9B
Text Example
Text Example
White with #D92D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D9B; }
p { color: rgb(217,45,155); }
H1.HeaderClassName
{
color: #D92D9B;
}
.AnyTagClassName
{
color: #D92D9B;
}
</style>
background-color css
<style>
a { background-color: #D92D9B; }
a { background-color: rgb(217,45,155); }
div.DivClassName
{
background-color: #D92D9B;
}
.BgClassName
{
background-color: #D92D9B;
}
</style>
border-color css
<style>
span { border-color: #D92D9B; }
span { border-color: rgb(217,45,155); }
td.TdClassName
{
border-color: #D92D9B;
}
.TagClassName
{
border-color: #D92D9B;
}
</style>