Shades of Deep Cerise #D5217B
Tints of Deep Cerise #D5217B
RGB
CMYK
RGB Variations
Color information
#D5217B (or 0xD5217B) is known color: Deep Cerise. HEX triplet: D5, 21 and 7B. RGB value is (213,33,123). Sum of RGB (Red+Green+Blue) = 213+33+123=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D5217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5217B is #2ADE84. Grayscale: #606060. Windows color (decimal): -2809477 or 8069589. OLE color: 8069589.
HSL color Cylindrical-coordinate representation of color #D5217B: hue angle of 330º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5217B is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 123 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.16 |
| HSL | 330º | 0.73% | 0.48% | - |
| HSV(B) | 330º | 0.85% | 0.84% | - |
| XYZ | 31.56 | 16.66 | 20.29 | - |
| YUV | 97.08 | 142.63 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 123 | 0 | 0.85 | 0.42 | 0.16 | 330 | 0.73 | 0.48 |
| Hex | D5 | 21 | 7B | 0 | 55 | 2A | 10 | 14A | 49 | 30 |
| Octal | 325 | 41 | 173 | 0 | 125 | 52 | 20 | 512 | 111 | 60 |
| Binary | 11010101 | 100001 | 1111011 | 0 | 1010101 | 101010 | 10000 | 101001010 | 1001001 | 110000 |
Color Harmonies of #D5217B
Complementary color
Monochromatic Colors of #D5217B
Black with #D5217B
Text Example
Text Example
White with #D5217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5217B; }
p { color: rgb(213,33,123); }
H1.HeaderClassName
{
color: #D5217B;
}
.AnyTagClassName
{
color: #D5217B;
}
</style>
background-color css
<style>
a { background-color: #D5217B; }
a { background-color: rgb(213,33,123); }
div.DivClassName
{
background-color: #D5217B;
}
.BgClassName
{
background-color: #D5217B;
}
</style>
border-color css
<style>
span { border-color: #D5217B; }
span { border-color: rgb(213,33,123); }
td.TdClassName
{
border-color: #D5217B;
}
.TagClassName
{
border-color: #D5217B;
}
</style>