Shades of Deep Cerise #D92A74
Tints of Deep Cerise #D92A74
RGB
CMYK
RGB Variations
Color information
#D92A74 (or 0xD92A74) is known color: Deep Cerise. HEX triplet: D9, 2A and 74. RGB value is (217,42,116). Sum of RGB (Red+Green+Blue) = 217+42+116=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92A74 is #26D58B. Grayscale: #666666. Windows color (decimal): -2545036 or 7613145. OLE color: 7613145.
HSL color Cylindrical-coordinate representation of color #D92A74: hue angle of 334.63º 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 #D92A74 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 42 | 116 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.15 |
| HSL | 334.63º | 0.7% | 0.51% | - |
| HSV(B) | 334.63º | 0.81% | 0.85% | - |
| XYZ | 32.6 | 17.67 | 18.22 | - |
| YUV | 102.76 | 135.48 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 42 | 116 | 0 | 0.81 | 0.47 | 0.15 | 334.63 | 0.7 | 0.51 |
| Hex | D9 | 2A | 74 | 0 | 51 | 2F | F | 14F | 46 | 33 |
| Octal | 331 | 52 | 164 | 0 | 121 | 57 | 17 | 517 | 106 | 63 |
| Binary | 11011001 | 101010 | 1110100 | 0 | 1010001 | 101111 | 1111 | 101001111 | 1000110 | 110011 |
Color Harmonies of #D92A74
Complementary color
Monochromatic Colors of #D92A74
Black with #D92A74
Text Example
Text Example
White with #D92A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92A74; }
p { color: rgb(217,42,116); }
H1.HeaderClassName
{
color: #D92A74;
}
.AnyTagClassName
{
color: #D92A74;
}
</style>
background-color css
<style>
a { background-color: #D92A74; }
a { background-color: rgb(217,42,116); }
div.DivClassName
{
background-color: #D92A74;
}
.BgClassName
{
background-color: #D92A74;
}
</style>
border-color css
<style>
span { border-color: #D92A74; }
span { border-color: rgb(217,42,116); }
td.TdClassName
{
border-color: #D92A74;
}
.TagClassName
{
border-color: #D92A74;
}
</style>