Shades of Deep Cerise #D1369C
Tints of Deep Cerise #D1369C
RGB
CMYK
RGB Variations
Color information
#D1369C (or 0xD1369C) is known color: Deep Cerise. HEX triplet: D1, 36 and 9C. RGB value is (209,54,156). Sum of RGB (Red+Green+Blue) = 209+54+156=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1369C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1369C is #2EC963. Grayscale: #6F6F6F. Windows color (decimal): -3066212 or 10237649. OLE color: 10237649.
HSL color Cylindrical-coordinate representation of color #D1369C: hue angle of 320.52º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1369C is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 156 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.18 |
| HSL | 320.52º | 0.63% | 0.52% | - |
| HSV(B) | 320.52º | 0.74% | 0.82% | - |
| XYZ | 33.61 | 18.59 | 33.27 | - |
| YUV | 111.97 | 152.85 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 156 | 0 | 0.74 | 0.25 | 0.18 | 320.52 | 0.63 | 0.52 |
| Hex | D1 | 36 | 9C | 0 | 4A | 19 | 12 | 141 | 3F | 34 |
| Octal | 321 | 66 | 234 | 0 | 112 | 31 | 22 | 501 | 77 | 64 |
| Binary | 11010001 | 110110 | 10011100 | 0 | 1001010 | 11001 | 10010 | 101000001 | 111111 | 110100 |
Color Harmonies of #D1369C
Complementary color
Monochromatic Colors of #D1369C
Black with #D1369C
Text Example
Text Example
White with #D1369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1369C; }
p { color: rgb(209,54,156); }
H1.HeaderClassName
{
color: #D1369C;
}
.AnyTagClassName
{
color: #D1369C;
}
</style>
background-color css
<style>
a { background-color: #D1369C; }
a { background-color: rgb(209,54,156); }
div.DivClassName
{
background-color: #D1369C;
}
.BgClassName
{
background-color: #D1369C;
}
</style>
border-color css
<style>
span { border-color: #D1369C; }
span { border-color: rgb(209,54,156); }
td.TdClassName
{
border-color: #D1369C;
}
.TagClassName
{
border-color: #D1369C;
}
</style>