Shades of Deep Cerise #D1359A
Tints of Deep Cerise #D1359A
RGB
CMYK
RGB Variations
Color information
#D1359A (or 0xD1359A) is known color: Deep Cerise. HEX triplet: D1, 35 and 9A. RGB value is (209,53,154). Sum of RGB (Red+Green+Blue) = 209+53+154=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1359A is #2ECA65. Grayscale: #6E6E6E. Windows color (decimal): -3066470 or 10106321. OLE color: 10106321.
HSL color Cylindrical-coordinate representation of color #D1359A: hue angle of 321.15º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1359A is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 154 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.18 |
| HSL | 321.15º | 0.63% | 0.51% | - |
| HSV(B) | 321.15º | 0.75% | 0.82% | - |
| XYZ | 33.4 | 18.43 | 32.37 | - |
| YUV | 111.16 | 152.18 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 154 | 0 | 0.75 | 0.26 | 0.18 | 321.15 | 0.63 | 0.51 |
| Hex | D1 | 35 | 9A | 0 | 4B | 1A | 12 | 141 | 3F | 33 |
| Octal | 321 | 65 | 232 | 0 | 113 | 32 | 22 | 501 | 77 | 63 |
| Binary | 11010001 | 110101 | 10011010 | 0 | 1001011 | 11010 | 10010 | 101000001 | 111111 | 110011 |
Color Harmonies of #D1359A
Complementary color
Monochromatic Colors of #D1359A
Black with #D1359A
Text Example
Text Example
White with #D1359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1359A; }
p { color: rgb(209,53,154); }
H1.HeaderClassName
{
color: #D1359A;
}
.AnyTagClassName
{
color: #D1359A;
}
</style>
background-color css
<style>
a { background-color: #D1359A; }
a { background-color: rgb(209,53,154); }
div.DivClassName
{
background-color: #D1359A;
}
.BgClassName
{
background-color: #D1359A;
}
</style>
border-color css
<style>
span { border-color: #D1359A; }
span { border-color: rgb(209,53,154); }
td.TdClassName
{
border-color: #D1359A;
}
.TagClassName
{
border-color: #D1359A;
}
</style>