Shades of Deep Cerise #D6399A
Tints of Deep Cerise #D6399A
RGB
CMYK
RGB Variations
Color information
#D6399A (or 0xD6399A) is known color: Deep Cerise. HEX triplet: D6, 39 and 9A. RGB value is (214,57,154). Sum of RGB (Red+Green+Blue) = 214+57+154=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6399A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6399A is #29C665. Grayscale: #727272. Windows color (decimal): -2737766 or 10107350. OLE color: 10107350.
HSL color Cylindrical-coordinate representation of color #D6399A: hue angle of 322.93º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6399A is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 154 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.16 |
| HSL | 322.93º | 0.66% | 0.53% | - |
| HSV(B) | 322.93º | 0.73% | 0.84% | - |
| XYZ | 35.03 | 19.56 | 32.5 | - |
| YUV | 115 | 150.01 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 154 | 0 | 0.73 | 0.28 | 0.16 | 322.93 | 0.66 | 0.53 |
| Hex | D6 | 39 | 9A | 0 | 49 | 1C | 10 | 143 | 42 | 35 |
| Octal | 326 | 71 | 232 | 0 | 111 | 34 | 20 | 503 | 102 | 65 |
| Binary | 11010110 | 111001 | 10011010 | 0 | 1001001 | 11100 | 10000 | 101000011 | 1000010 | 110101 |
Color Harmonies of #D6399A
Complementary color
Monochromatic Colors of #D6399A
Black with #D6399A
Text Example
Text Example
White with #D6399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6399A; }
p { color: rgb(214,57,154); }
H1.HeaderClassName
{
color: #D6399A;
}
.AnyTagClassName
{
color: #D6399A;
}
</style>
background-color css
<style>
a { background-color: #D6399A; }
a { background-color: rgb(214,57,154); }
div.DivClassName
{
background-color: #D6399A;
}
.BgClassName
{
background-color: #D6399A;
}
</style>
border-color css
<style>
span { border-color: #D6399A; }
span { border-color: rgb(214,57,154); }
td.TdClassName
{
border-color: #D6399A;
}
.TagClassName
{
border-color: #D6399A;
}
</style>