Shades of Deep Cerise #D3217D
Tints of Deep Cerise #D3217D
RGB
CMYK
RGB Variations
Color information
#D3217D (or 0xD3217D) is known color: Deep Cerise. HEX triplet: D3, 21 and 7D. RGB value is (211,33,125). Sum of RGB (Red+Green+Blue) = 211+33+125=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D3217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3217D is #2CDE82. Grayscale: #606060. Windows color (decimal): -2940547 or 8200659. OLE color: 8200659.
HSL color Cylindrical-coordinate representation of color #D3217D: hue angle of 328.99º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3217D is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 125 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.17 |
| HSL | 328.99º | 0.73% | 0.48% | - |
| HSV(B) | 328.99º | 0.84% | 0.83% | - |
| XYZ | 31.11 | 16.42 | 20.93 | - |
| YUV | 96.71 | 143.97 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 125 | 0 | 0.84 | 0.41 | 0.17 | 328.99 | 0.73 | 0.48 |
| Hex | D3 | 21 | 7D | 0 | 54 | 29 | 11 | 149 | 49 | 30 |
| Octal | 323 | 41 | 175 | 0 | 124 | 51 | 21 | 511 | 111 | 60 |
| Binary | 11010011 | 100001 | 1111101 | 0 | 1010100 | 101001 | 10001 | 101001001 | 1001001 | 110000 |
Color Harmonies of #D3217D
Complementary color
Monochromatic Colors of #D3217D
Black with #D3217D
Text Example
Text Example
White with #D3217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3217D; }
p { color: rgb(211,33,125); }
H1.HeaderClassName
{
color: #D3217D;
}
.AnyTagClassName
{
color: #D3217D;
}
</style>
background-color css
<style>
a { background-color: #D3217D; }
a { background-color: rgb(211,33,125); }
div.DivClassName
{
background-color: #D3217D;
}
.BgClassName
{
background-color: #D3217D;
}
</style>
border-color css
<style>
span { border-color: #D3217D; }
span { border-color: rgb(211,33,125); }
td.TdClassName
{
border-color: #D3217D;
}
.TagClassName
{
border-color: #D3217D;
}
</style>