Shades of Deep Cerise #D6369A
Tints of Deep Cerise #D6369A
RGB
CMYK
RGB Variations
Color information
#D6369A (or 0xD6369A) is known color: Deep Cerise. HEX triplet: D6, 36 and 9A. RGB value is (214,54,154). Sum of RGB (Red+Green+Blue) = 214+54+154=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6369A is #29C965. Grayscale: #717171. Windows color (decimal): -2738534 or 10106582. OLE color: 10106582.
HSL color Cylindrical-coordinate representation of color #D6369A: hue angle of 322.5º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6369A is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 154 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.16 |
| HSL | 322.5º | 0.66% | 0.53% | - |
| HSV(B) | 322.5º | 0.75% | 0.84% | - |
| XYZ | 34.88 | 19.27 | 32.45 | - |
| YUV | 113.24 | 151.01 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 154 | 0 | 0.75 | 0.28 | 0.16 | 322.5 | 0.66 | 0.53 |
| Hex | D6 | 36 | 9A | 0 | 4B | 1C | 10 | 142 | 42 | 35 |
| Octal | 326 | 66 | 232 | 0 | 113 | 34 | 20 | 502 | 102 | 65 |
| Binary | 11010110 | 110110 | 10011010 | 0 | 1001011 | 11100 | 10000 | 101000010 | 1000010 | 110101 |
Color Harmonies of #D6369A
Complementary color
Monochromatic Colors of #D6369A
Black with #D6369A
Text Example
Text Example
White with #D6369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6369A; }
p { color: rgb(214,54,154); }
H1.HeaderClassName
{
color: #D6369A;
}
.AnyTagClassName
{
color: #D6369A;
}
</style>
background-color css
<style>
a { background-color: #D6369A; }
a { background-color: rgb(214,54,154); }
div.DivClassName
{
background-color: #D6369A;
}
.BgClassName
{
background-color: #D6369A;
}
</style>
border-color css
<style>
span { border-color: #D6369A; }
span { border-color: rgb(214,54,154); }
td.TdClassName
{
border-color: #D6369A;
}
.TagClassName
{
border-color: #D6369A;
}
</style>