Shades of Deep Cerise #D5369F
Tints of Deep Cerise #D5369F
RGB
CMYK
RGB Variations
Color information
#D5369F (or 0xD5369F) is known color: Deep Cerise. HEX triplet: D5, 36 and 9F. RGB value is (213,54,159). Sum of RGB (Red+Green+Blue) = 213+54+159=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5369F is #2AC960. Grayscale: #717171. Windows color (decimal): -2804065 or 10434261. OLE color: 10434261.
HSL color Cylindrical-coordinate representation of color #D5369F: hue angle of 320.38º 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 #D5369F is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 159 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.16 |
| HSL | 320.38º | 0.65% | 0.52% | - |
| HSV(B) | 320.38º | 0.75% | 0.84% | - |
| XYZ | 35.02 | 19.29 | 34.68 | - |
| YUV | 113.51 | 153.68 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 159 | 0 | 0.75 | 0.25 | 0.16 | 320.38 | 0.65 | 0.52 |
| Hex | D5 | 36 | 9F | 0 | 4B | 19 | 10 | 140 | 41 | 34 |
| Octal | 325 | 66 | 237 | 0 | 113 | 31 | 20 | 500 | 101 | 64 |
| Binary | 11010101 | 110110 | 10011111 | 0 | 1001011 | 11001 | 10000 | 101000000 | 1000001 | 110100 |
Color Harmonies of #D5369F
Complementary color
Monochromatic Colors of #D5369F
Black with #D5369F
Text Example
Text Example
White with #D5369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5369F; }
p { color: rgb(213,54,159); }
H1.HeaderClassName
{
color: #D5369F;
}
.AnyTagClassName
{
color: #D5369F;
}
</style>
background-color css
<style>
a { background-color: #D5369F; }
a { background-color: rgb(213,54,159); }
div.DivClassName
{
background-color: #D5369F;
}
.BgClassName
{
background-color: #D5369F;
}
</style>
border-color css
<style>
span { border-color: #D5369F; }
span { border-color: rgb(213,54,159); }
td.TdClassName
{
border-color: #D5369F;
}
.TagClassName
{
border-color: #D5369F;
}
</style>