Shades of Deep Cerise #D33D7B
Tints of Deep Cerise #D33D7B
RGB
CMYK
RGB Variations
Color information
#D33D7B (or 0xD33D7B) is known color: Deep Cerise. HEX triplet: D3, 3D and 7B. RGB value is (211,61,123). Sum of RGB (Red+Green+Blue) = 211+61+123=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D33D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33D7B is #2CC284. Grayscale: #707070. Windows color (decimal): -2933381 or 8076755. OLE color: 8076755.
HSL color Cylindrical-coordinate representation of color #D33D7B: hue angle of 335.2º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33D7B is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 123 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.17 |
| HSL | 335.2º | 0.63% | 0.53% | - |
| HSV(B) | 335.2º | 0.71% | 0.83% | - |
| XYZ | 32.11 | 18.62 | 20.64 | - |
| YUV | 112.92 | 133.7 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 123 | 0 | 0.71 | 0.42 | 0.17 | 335.2 | 0.63 | 0.53 |
| Hex | D3 | 3D | 7B | 0 | 47 | 2A | 11 | 14F | 3F | 35 |
| Octal | 323 | 75 | 173 | 0 | 107 | 52 | 21 | 517 | 77 | 65 |
| Binary | 11010011 | 111101 | 1111011 | 0 | 1000111 | 101010 | 10001 | 101001111 | 111111 | 110101 |
Color Harmonies of #D33D7B
Complementary color
Monochromatic Colors of #D33D7B
Black with #D33D7B
Text Example
Text Example
White with #D33D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33D7B; }
p { color: rgb(211,61,123); }
H1.HeaderClassName
{
color: #D33D7B;
}
.AnyTagClassName
{
color: #D33D7B;
}
</style>
background-color css
<style>
a { background-color: #D33D7B; }
a { background-color: rgb(211,61,123); }
div.DivClassName
{
background-color: #D33D7B;
}
.BgClassName
{
background-color: #D33D7B;
}
</style>
border-color css
<style>
span { border-color: #D33D7B; }
span { border-color: rgb(211,61,123); }
td.TdClassName
{
border-color: #D33D7B;
}
.TagClassName
{
border-color: #D33D7B;
}
</style>