Shades of Deep Cerise #D92B9D
Tints of Deep Cerise #D92B9D
RGB
CMYK
RGB Variations
Color information
#D92B9D (or 0xD92B9D) is known color: Deep Cerise. HEX triplet: D9, 2B and 9D. RGB value is (217,43,157). Sum of RGB (Red+Green+Blue) = 217+43+157=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92B9D is #26D462. Grayscale: #6B6B6B. Windows color (decimal): -2544739 or 10300377. OLE color: 10300377.
HSL color Cylindrical-coordinate representation of color #D92B9D: hue angle of 320.69º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92B9D is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 43 | 157 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.15 |
| HSL | 320.69º | 0.7% | 0.51% | - |
| HSV(B) | 320.69º | 0.8% | 0.85% | - |
| XYZ | 35.56 | 18.91 | 33.67 | - |
| YUV | 108.02 | 155.65 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 157 | 0 | 0.80 | 0.28 | 0.15 | 320.69 | 0.7 | 0.51 |
| Hex | D9 | 2B | 9D | 0 | 50 | 1C | F | 141 | 46 | 33 |
| Octal | 331 | 53 | 235 | 0 | 120 | 34 | 17 | 501 | 106 | 63 |
| Binary | 11011001 | 101011 | 10011101 | 0 | 1010000 | 11100 | 1111 | 101000001 | 1000110 | 110011 |
Color Harmonies of #D92B9D
Complementary color
Monochromatic Colors of #D92B9D
Black with #D92B9D
Text Example
Text Example
White with #D92B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92B9D; }
p { color: rgb(217,43,157); }
H1.HeaderClassName
{
color: #D92B9D;
}
.AnyTagClassName
{
color: #D92B9D;
}
</style>
background-color css
<style>
a { background-color: #D92B9D; }
a { background-color: rgb(217,43,157); }
div.DivClassName
{
background-color: #D92B9D;
}
.BgClassName
{
background-color: #D92B9D;
}
</style>
border-color css
<style>
span { border-color: #D92B9D; }
span { border-color: rgb(217,43,157); }
td.TdClassName
{
border-color: #D92B9D;
}
.TagClassName
{
border-color: #D92B9D;
}
</style>