Shades of Cerise #D92569
Tints of Cerise #D92569
RGB
CMYK
RGB Variations
Color information
#D92569 (or 0xD92569) is known color: Cerise. HEX triplet: D9, 25 and 69. RGB value is (217,37,105). Sum of RGB (Red+Green+Blue) = 217+37+105=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D92569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92569 is #26DA96. Grayscale: #626262. Windows color (decimal): -2546327 or 6890969. OLE color: 6890969.
HSL color Cylindrical-coordinate representation of color #D92569: hue angle of 337.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92569 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 105 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.15 |
| HSL | 337.33º | 0.71% | 0.5% | - |
| HSV(B) | 337.33º | 0.83% | 0.85% | - |
| XYZ | 31.83 | 17.09 | 14.99 | - |
| YUV | 98.57 | 131.63 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 105 | 0 | 0.83 | 0.52 | 0.15 | 337.33 | 0.71 | 0.5 |
| Hex | D9 | 25 | 69 | 0 | 53 | 34 | F | 151 | 47 | 32 |
| Octal | 331 | 45 | 151 | 0 | 123 | 64 | 17 | 521 | 107 | 62 |
| Binary | 11011001 | 100101 | 1101001 | 0 | 1010011 | 110100 | 1111 | 101010001 | 1000111 | 110010 |
Color Harmonies of #D92569
Complementary color
Monochromatic Colors of #D92569
Black with #D92569
Text Example
Text Example
White with #D92569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92569; }
p { color: rgb(217,37,105); }
H1.HeaderClassName
{
color: #D92569;
}
.AnyTagClassName
{
color: #D92569;
}
</style>
background-color css
<style>
a { background-color: #D92569; }
a { background-color: rgb(217,37,105); }
div.DivClassName
{
background-color: #D92569;
}
.BgClassName
{
background-color: #D92569;
}
</style>
border-color css
<style>
span { border-color: #D92569; }
span { border-color: rgb(217,37,105); }
td.TdClassName
{
border-color: #D92569;
}
.TagClassName
{
border-color: #D92569;
}
</style>