Shades of Deep Cerise #D5349B
Tints of Deep Cerise #D5349B
RGB
CMYK
RGB Variations
Color information
#D5349B (or 0xD5349B) is known color: Deep Cerise. HEX triplet: D5, 34 and 9B. RGB value is (213,52,155). Sum of RGB (Red+Green+Blue) = 213+52+155=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5349B is #2ACB64. Grayscale: #6F6F6F. Windows color (decimal): -2804581 or 10171605. OLE color: 10171605.
HSL color Cylindrical-coordinate representation of color #D5349B: hue angle of 321.61º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5349B is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 155 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.16 |
| HSL | 321.61º | 0.66% | 0.52% | - |
| HSV(B) | 321.61º | 0.76% | 0.84% | - |
| XYZ | 34.58 | 18.97 | 32.85 | - |
| YUV | 111.88 | 152.34 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 155 | 0 | 0.76 | 0.27 | 0.16 | 321.61 | 0.66 | 0.52 |
| Hex | D5 | 34 | 9B | 0 | 4C | 1B | 10 | 142 | 42 | 34 |
| Octal | 325 | 64 | 233 | 0 | 114 | 33 | 20 | 502 | 102 | 64 |
| Binary | 11010101 | 110100 | 10011011 | 0 | 1001100 | 11011 | 10000 | 101000010 | 1000010 | 110100 |
Color Harmonies of #D5349B
Complementary color
Monochromatic Colors of #D5349B
Black with #D5349B
Text Example
Text Example
White with #D5349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5349B; }
p { color: rgb(213,52,155); }
H1.HeaderClassName
{
color: #D5349B;
}
.AnyTagClassName
{
color: #D5349B;
}
</style>
background-color css
<style>
a { background-color: #D5349B; }
a { background-color: rgb(213,52,155); }
div.DivClassName
{
background-color: #D5349B;
}
.BgClassName
{
background-color: #D5349B;
}
</style>
border-color css
<style>
span { border-color: #D5349B; }
span { border-color: rgb(213,52,155); }
td.TdClassName
{
border-color: #D5349B;
}
.TagClassName
{
border-color: #D5349B;
}
</style>