Shades of Deep Cerise #D3217B
Tints of Deep Cerise #D3217B
RGB
CMYK
RGB Variations
Color information
#D3217B (or 0xD3217B) is known color: Deep Cerise. HEX triplet: D3, 21 and 7B. RGB value is (211,33,123). Sum of RGB (Red+Green+Blue) = 211+33+123=367 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.49% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 211 - color contains mainly: red. Hex color #D3217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3217B is #2CDE84. Grayscale: #606060. Windows color (decimal): -2940549 or 8069587. OLE color: 8069587.
HSL color Cylindrical-coordinate representation of color #D3217B: hue angle of 329.66º 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 #D3217B is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 123 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.17 |
| HSL | 329.66º | 0.73% | 0.48% | - |
| HSV(B) | 329.66º | 0.84% | 0.83% | - |
| XYZ | 30.98 | 16.37 | 20.26 | - |
| YUV | 96.48 | 142.97 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 123 | 0 | 0.84 | 0.42 | 0.17 | 329.66 | 0.73 | 0.48 |
| Hex | D3 | 21 | 7B | 0 | 54 | 2A | 11 | 14A | 49 | 30 |
| Octal | 323 | 41 | 173 | 0 | 124 | 52 | 21 | 512 | 111 | 60 |
| Binary | 11010011 | 100001 | 1111011 | 0 | 1010100 | 101010 | 10001 | 101001010 | 1001001 | 110000 |
Color Harmonies of #D3217B
Complementary color
Monochromatic Colors of #D3217B
Black with #D3217B
Text Example
Text Example
White with #D3217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3217B; }
p { color: rgb(211,33,123); }
H1.HeaderClassName
{
color: #D3217B;
}
.AnyTagClassName
{
color: #D3217B;
}
</style>
background-color css
<style>
a { background-color: #D3217B; }
a { background-color: rgb(211,33,123); }
div.DivClassName
{
background-color: #D3217B;
}
.BgClassName
{
background-color: #D3217B;
}
</style>
border-color css
<style>
span { border-color: #D3217B; }
span { border-color: rgb(211,33,123); }
td.TdClassName
{
border-color: #D3217B;
}
.TagClassName
{
border-color: #D3217B;
}
</style>