Shades of Deep Cerise #D92A8F
Tints of Deep Cerise #D92A8F
RGB
CMYK
RGB Variations
Color information
#D92A8F (or 0xD92A8F) is known color: Deep Cerise. HEX triplet: D9, 2A and 8F. RGB value is (217,42,143). Sum of RGB (Red+Green+Blue) = 217+42+143=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92A8F is #26D570. Grayscale: #696969. Windows color (decimal): -2545009 or 9382617. OLE color: 9382617.
HSL color Cylindrical-coordinate representation of color #D92A8F: hue angle of 325.37º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92A8F is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 42 | 143 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.15 |
| HSL | 325.37º | 0.7% | 0.51% | - |
| HSV(B) | 325.37º | 0.81% | 0.85% | - |
| XYZ | 34.4 | 18.39 | 27.72 | - |
| YUV | 105.84 | 148.98 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 42 | 143 | 0 | 0.81 | 0.34 | 0.15 | 325.37 | 0.7 | 0.51 |
| Hex | D9 | 2A | 8F | 0 | 51 | 22 | F | 145 | 46 | 33 |
| Octal | 331 | 52 | 217 | 0 | 121 | 42 | 17 | 505 | 106 | 63 |
| Binary | 11011001 | 101010 | 10001111 | 0 | 1010001 | 100010 | 1111 | 101000101 | 1000110 | 110011 |
Color Harmonies of #D92A8F
Complementary color
Monochromatic Colors of #D92A8F
Black with #D92A8F
Text Example
Text Example
White with #D92A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92A8F; }
p { color: rgb(217,42,143); }
H1.HeaderClassName
{
color: #D92A8F;
}
.AnyTagClassName
{
color: #D92A8F;
}
</style>
background-color css
<style>
a { background-color: #D92A8F; }
a { background-color: rgb(217,42,143); }
div.DivClassName
{
background-color: #D92A8F;
}
.BgClassName
{
background-color: #D92A8F;
}
</style>
border-color css
<style>
span { border-color: #D92A8F; }
span { border-color: rgb(217,42,143); }
td.TdClassName
{
border-color: #D92A8F;
}
.TagClassName
{
border-color: #D92A8F;
}
</style>