Shades of Deep Cerise #D5217A
Tints of Deep Cerise #D5217A
RGB
CMYK
RGB Variations
Color information
#D5217A (or 0xD5217A) is known color: Deep Cerise. HEX triplet: D5, 21 and 7A. RGB value is (213,33,122). Sum of RGB (Red+Green+Blue) = 213+33+122=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D5217A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5217A is #2ADE85. Grayscale: #606060. Windows color (decimal): -2809478 or 8004053. OLE color: 8004053.
HSL color Cylindrical-coordinate representation of color #D5217A: hue angle of 330.33º 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 #D5217A is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 122 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.16 |
| HSL | 330.33º | 0.73% | 0.48% | - |
| HSV(B) | 330.33º | 0.85% | 0.84% | - |
| XYZ | 31.5 | 16.64 | 19.96 | - |
| YUV | 96.97 | 142.13 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 122 | 0 | 0.85 | 0.43 | 0.16 | 330.33 | 0.73 | 0.48 |
| Hex | D5 | 21 | 7A | 0 | 55 | 2B | 10 | 14A | 49 | 30 |
| Octal | 325 | 41 | 172 | 0 | 125 | 53 | 20 | 512 | 111 | 60 |
| Binary | 11010101 | 100001 | 1111010 | 0 | 1010101 | 101011 | 10000 | 101001010 | 1001001 | 110000 |
Color Harmonies of #D5217A
Complementary color
Monochromatic Colors of #D5217A
Black with #D5217A
Text Example
Text Example
White with #D5217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5217A; }
p { color: rgb(213,33,122); }
H1.HeaderClassName
{
color: #D5217A;
}
.AnyTagClassName
{
color: #D5217A;
}
</style>
background-color css
<style>
a { background-color: #D5217A; }
a { background-color: rgb(213,33,122); }
div.DivClassName
{
background-color: #D5217A;
}
.BgClassName
{
background-color: #D5217A;
}
</style>
border-color css
<style>
span { border-color: #D5217A; }
span { border-color: rgb(213,33,122); }
td.TdClassName
{
border-color: #D5217A;
}
.TagClassName
{
border-color: #D5217A;
}
</style>