Shades of Deep Cerise #D92C8A
Tints of Deep Cerise #D92C8A
RGB
CMYK
RGB Variations
Color information
#D92C8A (or 0xD92C8A) is known color: Deep Cerise. HEX triplet: D9, 2C and 8A. RGB value is (217,44,138). Sum of RGB (Red+Green+Blue) = 217+44+138=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92C8A is #26D375. Grayscale: #6A6A6A. Windows color (decimal): -2544502 or 9055449. OLE color: 9055449.
HSL color Cylindrical-coordinate representation of color #D92C8A: hue angle of 327.4º degrees, saturation: 0.69, 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 #D92C8A is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 44 | 138 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.15 |
| HSL | 327.4º | 0.69% | 0.51% | - |
| HSV(B) | 327.4º | 0.8% | 0.85% | - |
| XYZ | 34.1 | 18.39 | 25.8 | - |
| YUV | 106.44 | 145.81 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 138 | 0 | 0.80 | 0.36 | 0.15 | 327.4 | 0.69 | 0.51 |
| Hex | D9 | 2C | 8A | 0 | 50 | 24 | F | 147 | 45 | 33 |
| Octal | 331 | 54 | 212 | 0 | 120 | 44 | 17 | 507 | 105 | 63 |
| Binary | 11011001 | 101100 | 10001010 | 0 | 1010000 | 100100 | 1111 | 101000111 | 1000101 | 110011 |
Color Harmonies of #D92C8A
Complementary color
Monochromatic Colors of #D92C8A
Black with #D92C8A
Text Example
Text Example
White with #D92C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92C8A; }
p { color: rgb(217,44,138); }
H1.HeaderClassName
{
color: #D92C8A;
}
.AnyTagClassName
{
color: #D92C8A;
}
</style>
background-color css
<style>
a { background-color: #D92C8A; }
a { background-color: rgb(217,44,138); }
div.DivClassName
{
background-color: #D92C8A;
}
.BgClassName
{
background-color: #D92C8A;
}
</style>
border-color css
<style>
span { border-color: #D92C8A; }
span { border-color: rgb(217,44,138); }
td.TdClassName
{
border-color: #D92C8A;
}
.TagClassName
{
border-color: #D92C8A;
}
</style>