Shades of Deep Cerise #D9258C
Tints of Deep Cerise #D9258C
RGB
CMYK
RGB Variations
Color information
#D9258C (or 0xD9258C) is known color: Deep Cerise. HEX triplet: D9, 25 and 8C. RGB value is (217,37,140). Sum of RGB (Red+Green+Blue) = 217+37+140=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9258C is #26DA73. Grayscale: #666666. Windows color (decimal): -2546292 or 9184729. OLE color: 9184729.
HSL color Cylindrical-coordinate representation of color #D9258C: hue angle of 325.67º 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 #D9258C is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 140 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.15 |
| HSL | 325.67º | 0.71% | 0.5% | - |
| HSV(B) | 325.67º | 0.83% | 0.85% | - |
| XYZ | 34.01 | 17.97 | 26.49 | - |
| YUV | 102.56 | 149.13 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 140 | 0 | 0.83 | 0.35 | 0.15 | 325.67 | 0.71 | 0.5 |
| Hex | D9 | 25 | 8C | 0 | 53 | 23 | F | 146 | 47 | 32 |
| Octal | 331 | 45 | 214 | 0 | 123 | 43 | 17 | 506 | 107 | 62 |
| Binary | 11011001 | 100101 | 10001100 | 0 | 1010011 | 100011 | 1111 | 101000110 | 1000111 | 110010 |
Color Harmonies of #D9258C
Complementary color
Monochromatic Colors of #D9258C
Black with #D9258C
Text Example
Text Example
White with #D9258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9258C; }
p { color: rgb(217,37,140); }
H1.HeaderClassName
{
color: #D9258C;
}
.AnyTagClassName
{
color: #D9258C;
}
</style>
background-color css
<style>
a { background-color: #D9258C; }
a { background-color: rgb(217,37,140); }
div.DivClassName
{
background-color: #D9258C;
}
.BgClassName
{
background-color: #D9258C;
}
</style>
border-color css
<style>
span { border-color: #D9258C; }
span { border-color: rgb(217,37,140); }
td.TdClassName
{
border-color: #D9258C;
}
.TagClassName
{
border-color: #D9258C;
}
</style>