Shades of Deep Cerise #D5359A
Tints of Deep Cerise #D5359A
RGB
CMYK
RGB Variations
Color information
#D5359A (or 0xD5359A) is known color: Deep Cerise. HEX triplet: D5, 35 and 9A. RGB value is (213,53,154). Sum of RGB (Red+Green+Blue) = 213+53+154=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5359A is #2ACA65. Grayscale: #707070. Windows color (decimal): -2804326 or 10106325. OLE color: 10106325.
HSL color Cylindrical-coordinate representation of color #D5359A: hue angle of 322.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5359A is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 154 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.16 |
| HSL | 322.13º | 0.66% | 0.52% | - |
| HSV(B) | 322.13º | 0.75% | 0.84% | - |
| XYZ | 34.55 | 19.03 | 32.42 | - |
| YUV | 112.35 | 151.51 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 154 | 0 | 0.75 | 0.28 | 0.16 | 322.13 | 0.66 | 0.52 |
| Hex | D5 | 35 | 9A | 0 | 4B | 1C | 10 | 142 | 42 | 34 |
| Octal | 325 | 65 | 232 | 0 | 113 | 34 | 20 | 502 | 102 | 64 |
| Binary | 11010101 | 110101 | 10011010 | 0 | 1001011 | 11100 | 10000 | 101000010 | 1000010 | 110100 |
Color Harmonies of #D5359A
Complementary color
Monochromatic Colors of #D5359A
Black with #D5359A
Text Example
Text Example
White with #D5359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5359A; }
p { color: rgb(213,53,154); }
H1.HeaderClassName
{
color: #D5359A;
}
.AnyTagClassName
{
color: #D5359A;
}
</style>
background-color css
<style>
a { background-color: #D5359A; }
a { background-color: rgb(213,53,154); }
div.DivClassName
{
background-color: #D5359A;
}
.BgClassName
{
background-color: #D5359A;
}
</style>
border-color css
<style>
span { border-color: #D5359A; }
span { border-color: rgb(213,53,154); }
td.TdClassName
{
border-color: #D5359A;
}
.TagClassName
{
border-color: #D5359A;
}
</style>