Shades of Deep Cerise #D5217D
Tints of Deep Cerise #D5217D
RGB
CMYK
RGB Variations
Color information
#D5217D (or 0xD5217D) is known color: Deep Cerise. HEX triplet: D5, 21 and 7D. RGB value is (213,33,125). Sum of RGB (Red+Green+Blue) = 213+33+125=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5217D is #2ADE82. Grayscale: #616161. Windows color (decimal): -2809475 or 8200661. OLE color: 8200661.
HSL color Cylindrical-coordinate representation of color #D5217D: hue angle of 329.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 #D5217D is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 125 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.16 |
| HSL | 329.33º | 0.73% | 0.48% | - |
| HSV(B) | 329.33º | 0.85% | 0.84% | - |
| XYZ | 31.69 | 16.71 | 20.96 | - |
| YUV | 97.31 | 143.63 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 125 | 0 | 0.85 | 0.41 | 0.16 | 329.33 | 0.73 | 0.48 |
| Hex | D5 | 21 | 7D | 0 | 55 | 29 | 10 | 149 | 49 | 30 |
| Octal | 325 | 41 | 175 | 0 | 125 | 51 | 20 | 511 | 111 | 60 |
| Binary | 11010101 | 100001 | 1111101 | 0 | 1010101 | 101001 | 10000 | 101001001 | 1001001 | 110000 |
Color Harmonies of #D5217D
Complementary color
Monochromatic Colors of #D5217D
Black with #D5217D
Text Example
Text Example
White with #D5217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5217D; }
p { color: rgb(213,33,125); }
H1.HeaderClassName
{
color: #D5217D;
}
.AnyTagClassName
{
color: #D5217D;
}
</style>
background-color css
<style>
a { background-color: #D5217D; }
a { background-color: rgb(213,33,125); }
div.DivClassName
{
background-color: #D5217D;
}
.BgClassName
{
background-color: #D5217D;
}
</style>
border-color css
<style>
span { border-color: #D5217D; }
span { border-color: rgb(213,33,125); }
td.TdClassName
{
border-color: #D5217D;
}
.TagClassName
{
border-color: #D5217D;
}
</style>