Shades of Deep Cerise #D92B9A
Tints of Deep Cerise #D92B9A
RGB
CMYK
RGB Variations
Color information
#D92B9A (or 0xD92B9A) is known color: Deep Cerise. HEX triplet: D9, 2B and 9A. RGB value is (217,43,154). Sum of RGB (Red+Green+Blue) = 217+43+154=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92B9A is #26D465. Grayscale: #6B6B6B. Windows color (decimal): -2544742 or 10103769. OLE color: 10103769.
HSL color Cylindrical-coordinate representation of color #D92B9A: hue angle of 321.72º 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 #D92B9A is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 43 | 154 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.15 |
| HSL | 321.72º | 0.7% | 0.51% | - |
| HSV(B) | 321.72º | 0.8% | 0.85% | - |
| XYZ | 35.31 | 18.81 | 32.34 | - |
| YUV | 107.68 | 154.15 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 154 | 0 | 0.80 | 0.29 | 0.15 | 321.72 | 0.7 | 0.51 |
| Hex | D9 | 2B | 9A | 0 | 50 | 1D | F | 142 | 46 | 33 |
| Octal | 331 | 53 | 232 | 0 | 120 | 35 | 17 | 502 | 106 | 63 |
| Binary | 11011001 | 101011 | 10011010 | 0 | 1010000 | 11101 | 1111 | 101000010 | 1000110 | 110011 |
Color Harmonies of #D92B9A
Complementary color
Monochromatic Colors of #D92B9A
Black with #D92B9A
Text Example
Text Example
White with #D92B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92B9A; }
p { color: rgb(217,43,154); }
H1.HeaderClassName
{
color: #D92B9A;
}
.AnyTagClassName
{
color: #D92B9A;
}
</style>
background-color css
<style>
a { background-color: #D92B9A; }
a { background-color: rgb(217,43,154); }
div.DivClassName
{
background-color: #D92B9A;
}
.BgClassName
{
background-color: #D92B9A;
}
</style>
border-color css
<style>
span { border-color: #D92B9A; }
span { border-color: rgb(217,43,154); }
td.TdClassName
{
border-color: #D92B9A;
}
.TagClassName
{
border-color: #D92B9A;
}
</style>