Shades of Deep Cerise #D8349A
Tints of Deep Cerise #D8349A
RGB
CMYK
RGB Variations
Color information
#D8349A (or 0xD8349A) is known color: Deep Cerise. HEX triplet: D8, 34 and 9A. RGB value is (216,52,154). Sum of RGB (Red+Green+Blue) = 216+52+154=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8349A is #27CB65. Grayscale: #707070. Windows color (decimal): -2607974 or 10106072. OLE color: 10106072.
HSL color Cylindrical-coordinate representation of color #D8349A: hue angle of 322.68º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8349A is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 154 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.15 |
| HSL | 322.68º | 0.68% | 0.53% | - |
| HSV(B) | 322.68º | 0.76% | 0.85% | - |
| XYZ | 35.38 | 19.39 | 32.45 | - |
| YUV | 112.66 | 151.33 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 154 | 0 | 0.76 | 0.29 | 0.15 | 322.68 | 0.68 | 0.53 |
| Hex | D8 | 34 | 9A | 0 | 4C | 1D | F | 143 | 44 | 35 |
| Octal | 330 | 64 | 232 | 0 | 114 | 35 | 17 | 503 | 104 | 65 |
| Binary | 11011000 | 110100 | 10011010 | 0 | 1001100 | 11101 | 1111 | 101000011 | 1000100 | 110101 |
Color Harmonies of #D8349A
Complementary color
Monochromatic Colors of #D8349A
Black with #D8349A
Text Example
Text Example
White with #D8349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8349A; }
p { color: rgb(216,52,154); }
H1.HeaderClassName
{
color: #D8349A;
}
.AnyTagClassName
{
color: #D8349A;
}
</style>
background-color css
<style>
a { background-color: #D8349A; }
a { background-color: rgb(216,52,154); }
div.DivClassName
{
background-color: #D8349A;
}
.BgClassName
{
background-color: #D8349A;
}
</style>
border-color css
<style>
span { border-color: #D8349A; }
span { border-color: rgb(216,52,154); }
td.TdClassName
{
border-color: #D8349A;
}
.TagClassName
{
border-color: #D8349A;
}
</style>