Shades of Deep Cerise #D8448C
Tints of Deep Cerise #D8448C
RGB
CMYK
RGB Variations
Color information
#D8448C (or 0xD8448C) is known color: Deep Cerise. HEX triplet: D8, 44 and 8C. RGB value is (216,68,140). Sum of RGB (Red+Green+Blue) = 216+68+140=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8448C is #27BB73. Grayscale: #787878. Windows color (decimal): -2603892 or 9192664. OLE color: 9192664.
HSL color Cylindrical-coordinate representation of color #D8448C: hue angle of 330.81º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8448C is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 140 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.15 |
| HSL | 330.81º | 0.65% | 0.56% | - |
| HSV(B) | 330.81º | 0.69% | 0.85% | - |
| XYZ | 35.12 | 20.63 | 26.94 | - |
| YUV | 120.46 | 139.03 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 140 | 0 | 0.69 | 0.35 | 0.15 | 330.81 | 0.65 | 0.56 |
| Hex | D8 | 44 | 8C | 0 | 45 | 23 | F | 14B | 41 | 38 |
| Octal | 330 | 104 | 214 | 0 | 105 | 43 | 17 | 513 | 101 | 70 |
| Binary | 11011000 | 1000100 | 10001100 | 0 | 1000101 | 100011 | 1111 | 101001011 | 1000001 | 111000 |
Color Harmonies of #D8448C
Complementary color
Monochromatic Colors of #D8448C
Black with #D8448C
Text Example
Text Example
White with #D8448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8448C; }
p { color: rgb(216,68,140); }
H1.HeaderClassName
{
color: #D8448C;
}
.AnyTagClassName
{
color: #D8448C;
}
</style>
background-color css
<style>
a { background-color: #D8448C; }
a { background-color: rgb(216,68,140); }
div.DivClassName
{
background-color: #D8448C;
}
.BgClassName
{
background-color: #D8448C;
}
</style>
border-color css
<style>
span { border-color: #D8448C; }
span { border-color: rgb(216,68,140); }
td.TdClassName
{
border-color: #D8448C;
}
.TagClassName
{
border-color: #D8448C;
}
</style>