Shades of Cerise #D9425E
Tints of Cerise #D9425E
RGB
CMYK
RGB Variations
Color information
#D9425E (or 0xD9425E) is known color: Cerise. HEX triplet: D9, 42 and 5E. RGB value is (217,66,94). Sum of RGB (Red+Green+Blue) = 217+66+94=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9425E is #26BDA1. Grayscale: #727272. Windows color (decimal): -2538914 or 6177497. OLE color: 6177497.
HSL color Cylindrical-coordinate representation of color #D9425E: hue angle of 348.87º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9425E is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 94 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.15 |
| HSL | 348.87º | 0.67% | 0.55% | - |
| HSV(B) | 348.87º | 0.7% | 0.85% | - |
| XYZ | 32.58 | 19.46 | 12.63 | - |
| YUV | 114.34 | 116.53 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 94 | 0 | 0.70 | 0.57 | 0.15 | 348.87 | 0.67 | 0.55 |
| Hex | D9 | 42 | 5E | 0 | 46 | 39 | F | 15D | 43 | 37 |
| Octal | 331 | 102 | 136 | 0 | 106 | 71 | 17 | 535 | 103 | 67 |
| Binary | 11011001 | 1000010 | 1011110 | 0 | 1000110 | 111001 | 1111 | 101011101 | 1000011 | 110111 |
Color Harmonies of #D9425E
Complementary color
Monochromatic Colors of #D9425E
Black with #D9425E
Text Example
Text Example
White with #D9425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9425E; }
p { color: rgb(217,66,94); }
H1.HeaderClassName
{
color: #D9425E;
}
.AnyTagClassName
{
color: #D9425E;
}
</style>
background-color css
<style>
a { background-color: #D9425E; }
a { background-color: rgb(217,66,94); }
div.DivClassName
{
background-color: #D9425E;
}
.BgClassName
{
background-color: #D9425E;
}
</style>
border-color css
<style>
span { border-color: #D9425E; }
span { border-color: rgb(217,66,94); }
td.TdClassName
{
border-color: #D9425E;
}
.TagClassName
{
border-color: #D9425E;
}
</style>