Shades of Deep Cerise #D3337D
Tints of Deep Cerise #D3337D
RGB
CMYK
RGB Variations
Color information
#D3337D (or 0xD3337D) is known color: Deep Cerise. HEX triplet: D3, 33 and 7D. RGB value is (211,51,125). Sum of RGB (Red+Green+Blue) = 211+51+125=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D3337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3337D is #2CCC82. Grayscale: #6B6B6B. Windows color (decimal): -2935939 or 8205267. OLE color: 8205267.
HSL color Cylindrical-coordinate representation of color #D3337D: hue angle of 332.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3337D is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 51 | 125 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.17 |
| HSL | 332.25º | 0.65% | 0.51% | - |
| HSV(B) | 332.25º | 0.76% | 0.83% | - |
| XYZ | 31.75 | 17.7 | 21.14 | - |
| YUV | 107.28 | 138.01 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 51 | 125 | 0 | 0.76 | 0.41 | 0.17 | 332.25 | 0.65 | 0.51 |
| Hex | D3 | 33 | 7D | 0 | 4C | 29 | 11 | 14C | 41 | 33 |
| Octal | 323 | 63 | 175 | 0 | 114 | 51 | 21 | 514 | 101 | 63 |
| Binary | 11010011 | 110011 | 1111101 | 0 | 1001100 | 101001 | 10001 | 101001100 | 1000001 | 110011 |
Color Harmonies of #D3337D
Complementary color
Monochromatic Colors of #D3337D
Black with #D3337D
Text Example
Text Example
White with #D3337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3337D; }
p { color: rgb(211,51,125); }
H1.HeaderClassName
{
color: #D3337D;
}
.AnyTagClassName
{
color: #D3337D;
}
</style>
background-color css
<style>
a { background-color: #D3337D; }
a { background-color: rgb(211,51,125); }
div.DivClassName
{
background-color: #D3337D;
}
.BgClassName
{
background-color: #D3337D;
}
</style>
border-color css
<style>
span { border-color: #D3337D; }
span { border-color: rgb(211,51,125); }
td.TdClassName
{
border-color: #D3337D;
}
.TagClassName
{
border-color: #D3337D;
}
</style>