Shades of Deep Cerise #D8448B
Tints of Deep Cerise #D8448B
RGB
CMYK
RGB Variations
Color information
#D8448B (or 0xD8448B) is known color: Deep Cerise. HEX triplet: D8, 44 and 8B. RGB value is (216,68,139). Sum of RGB (Red+Green+Blue) = 216+68+139=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8448B is #27BB74. Grayscale: #787878. Windows color (decimal): -2603893 or 9127128. OLE color: 9127128.
HSL color Cylindrical-coordinate representation of color #D8448B: hue angle of 331.22º 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 #D8448B is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 139 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.15 |
| HSL | 331.22º | 0.65% | 0.56% | - |
| HSV(B) | 331.22º | 0.69% | 0.85% | - |
| XYZ | 35.05 | 20.6 | 26.55 | - |
| YUV | 120.35 | 138.53 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 139 | 0 | 0.69 | 0.36 | 0.15 | 331.22 | 0.65 | 0.56 |
| Hex | D8 | 44 | 8B | 0 | 45 | 24 | F | 14B | 41 | 38 |
| Octal | 330 | 104 | 213 | 0 | 105 | 44 | 17 | 513 | 101 | 70 |
| Binary | 11011000 | 1000100 | 10001011 | 0 | 1000101 | 100100 | 1111 | 101001011 | 1000001 | 111000 |
Color Harmonies of #D8448B
Complementary color
Monochromatic Colors of #D8448B
Black with #D8448B
Text Example
Text Example
White with #D8448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8448B; }
p { color: rgb(216,68,139); }
H1.HeaderClassName
{
color: #D8448B;
}
.AnyTagClassName
{
color: #D8448B;
}
</style>
background-color css
<style>
a { background-color: #D8448B; }
a { background-color: rgb(216,68,139); }
div.DivClassName
{
background-color: #D8448B;
}
.BgClassName
{
background-color: #D8448B;
}
</style>
border-color css
<style>
span { border-color: #D8448B; }
span { border-color: rgb(216,68,139); }
td.TdClassName
{
border-color: #D8448B;
}
.TagClassName
{
border-color: #D8448B;
}
</style>