Shades of Deep Cerise #D5369D
Tints of Deep Cerise #D5369D
RGB
CMYK
RGB Variations
Color information
#D5369D (or 0xD5369D) is known color: Deep Cerise. HEX triplet: D5, 36 and 9D. RGB value is (213,54,157). Sum of RGB (Red+Green+Blue) = 213+54+157=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5369D is #2AC962. Grayscale: #717171. Windows color (decimal): -2804067 or 10303189. OLE color: 10303189.
HSL color Cylindrical-coordinate representation of color #D5369D: hue angle of 321.13º degrees, saturation: 0.65, 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 #D5369D is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 157 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.16 |
| HSL | 321.13º | 0.65% | 0.52% | - |
| HSV(B) | 321.13º | 0.75% | 0.84% | - |
| XYZ | 34.85 | 19.22 | 33.77 | - |
| YUV | 113.28 | 152.68 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 157 | 0 | 0.75 | 0.26 | 0.16 | 321.13 | 0.65 | 0.52 |
| Hex | D5 | 36 | 9D | 0 | 4B | 1A | 10 | 141 | 41 | 34 |
| Octal | 325 | 66 | 235 | 0 | 113 | 32 | 20 | 501 | 101 | 64 |
| Binary | 11010101 | 110110 | 10011101 | 0 | 1001011 | 11010 | 10000 | 101000001 | 1000001 | 110100 |
Color Harmonies of #D5369D
Complementary color
Monochromatic Colors of #D5369D
Black with #D5369D
Text Example
Text Example
White with #D5369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5369D; }
p { color: rgb(213,54,157); }
H1.HeaderClassName
{
color: #D5369D;
}
.AnyTagClassName
{
color: #D5369D;
}
</style>
background-color css
<style>
a { background-color: #D5369D; }
a { background-color: rgb(213,54,157); }
div.DivClassName
{
background-color: #D5369D;
}
.BgClassName
{
background-color: #D5369D;
}
</style>
border-color css
<style>
span { border-color: #D5369D; }
span { border-color: rgb(213,54,157); }
td.TdClassName
{
border-color: #D5369D;
}
.TagClassName
{
border-color: #D5369D;
}
</style>