Shades of Deep Cerise #D5249B
Tints of Deep Cerise #D5249B
RGB
CMYK
RGB Variations
Color information
#D5249B (or 0xD5249B) is known color: Deep Cerise. HEX triplet: D5, 24 and 9B. RGB value is (213,36,155). Sum of RGB (Red+Green+Blue) = 213+36+155=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5249B is #2ADB64. Grayscale: #666666. Windows color (decimal): -2808677 or 10167509. OLE color: 10167509.
HSL color Cylindrical-coordinate representation of color #D5249B: hue angle of 319.66º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5249B is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 155 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.16 |
| HSL | 319.66º | 0.71% | 0.49% | - |
| HSV(B) | 319.66º | 0.83% | 0.84% | - |
| XYZ | 33.99 | 17.77 | 32.65 | - |
| YUV | 102.49 | 157.64 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 155 | 0 | 0.83 | 0.27 | 0.16 | 319.66 | 0.71 | 0.49 |
| Hex | D5 | 24 | 9B | 0 | 53 | 1B | 10 | 140 | 47 | 31 |
| Octal | 325 | 44 | 233 | 0 | 123 | 33 | 20 | 500 | 107 | 61 |
| Binary | 11010101 | 100100 | 10011011 | 0 | 1010011 | 11011 | 10000 | 101000000 | 1000111 | 110001 |
Color Harmonies of #D5249B
Complementary color
Monochromatic Colors of #D5249B
Black with #D5249B
Text Example
Text Example
White with #D5249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5249B; }
p { color: rgb(213,36,155); }
H1.HeaderClassName
{
color: #D5249B;
}
.AnyTagClassName
{
color: #D5249B;
}
</style>
background-color css
<style>
a { background-color: #D5249B; }
a { background-color: rgb(213,36,155); }
div.DivClassName
{
background-color: #D5249B;
}
.BgClassName
{
background-color: #D5249B;
}
</style>
border-color css
<style>
span { border-color: #D5249B; }
span { border-color: rgb(213,36,155); }
td.TdClassName
{
border-color: #D5249B;
}
.TagClassName
{
border-color: #D5249B;
}
</style>