Shades of Cerise #D92170
Tints of Cerise #D92170
RGB
CMYK
RGB Variations
Color information
#D92170 (or 0xD92170) is known color: Cerise. HEX triplet: D9, 21 and 70. RGB value is (217,33,112). Sum of RGB (Red+Green+Blue) = 217+33+112=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D92170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92170 is #26DE8F. Grayscale: #606060. Windows color (decimal): -2547344 or 7348697. OLE color: 7348697.
HSL color Cylindrical-coordinate representation of color #D92170: hue angle of 334.24º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D92170 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 33 | 112 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.15 |
| HSL | 334.24º | 0.74% | 0.49% | - |
| HSV(B) | 334.24º | 0.85% | 0.85% | - |
| XYZ | 32.08 | 17.01 | 16.92 | - |
| YUV | 97.02 | 136.46 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 112 | 0 | 0.85 | 0.48 | 0.15 | 334.24 | 0.74 | 0.49 |
| Hex | D9 | 21 | 70 | 0 | 55 | 30 | F | 14E | 4A | 31 |
| Octal | 331 | 41 | 160 | 0 | 125 | 60 | 17 | 516 | 112 | 61 |
| Binary | 11011001 | 100001 | 1110000 | 0 | 1010101 | 110000 | 1111 | 101001110 | 1001010 | 110001 |
Color Harmonies of #D92170
Complementary color
Monochromatic Colors of #D92170
Black with #D92170
Text Example
Text Example
White with #D92170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92170; }
p { color: rgb(217,33,112); }
H1.HeaderClassName
{
color: #D92170;
}
.AnyTagClassName
{
color: #D92170;
}
</style>
background-color css
<style>
a { background-color: #D92170; }
a { background-color: rgb(217,33,112); }
div.DivClassName
{
background-color: #D92170;
}
.BgClassName
{
background-color: #D92170;
}
</style>
border-color css
<style>
span { border-color: #D92170; }
span { border-color: rgb(217,33,112); }
td.TdClassName
{
border-color: #D92170;
}
.TagClassName
{
border-color: #D92170;
}
</style>