Shades of Deep Cerise #D9428F
Tints of Deep Cerise #D9428F
RGB
CMYK
RGB Variations
Color information
#D9428F (or 0xD9428F) is known color: Deep Cerise. HEX triplet: D9, 42 and 8F. RGB value is (217,66,143). Sum of RGB (Red+Green+Blue) = 217+66+143=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9428F is #26BD70. Grayscale: #777777. Windows color (decimal): -2538865 or 9388761. OLE color: 9388761.
HSL color Cylindrical-coordinate representation of color #D9428F: hue angle of 329.4º 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 #D9428F is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 143 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.15 |
| HSL | 329.4º | 0.67% | 0.55% | - |
| HSV(B) | 329.4º | 0.7% | 0.85% | - |
| XYZ | 35.52 | 20.63 | 28.1 | - |
| YUV | 119.93 | 141.03 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 143 | 0 | 0.70 | 0.34 | 0.15 | 329.4 | 0.67 | 0.55 |
| Hex | D9 | 42 | 8F | 0 | 46 | 22 | F | 149 | 43 | 37 |
| Octal | 331 | 102 | 217 | 0 | 106 | 42 | 17 | 511 | 103 | 67 |
| Binary | 11011001 | 1000010 | 10001111 | 0 | 1000110 | 100010 | 1111 | 101001001 | 1000011 | 110111 |
Color Harmonies of #D9428F
Complementary color
Monochromatic Colors of #D9428F
Black with #D9428F
Text Example
Text Example
White with #D9428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9428F; }
p { color: rgb(217,66,143); }
H1.HeaderClassName
{
color: #D9428F;
}
.AnyTagClassName
{
color: #D9428F;
}
</style>
background-color css
<style>
a { background-color: #D9428F; }
a { background-color: rgb(217,66,143); }
div.DivClassName
{
background-color: #D9428F;
}
.BgClassName
{
background-color: #D9428F;
}
</style>
border-color css
<style>
span { border-color: #D9428F; }
span { border-color: rgb(217,66,143); }
td.TdClassName
{
border-color: #D9428F;
}
.TagClassName
{
border-color: #D9428F;
}
</style>