Shades of Deep Cerise #D3367D
Tints of Deep Cerise #D3367D
RGB
CMYK
RGB Variations
Color information
#D3367D (or 0xD3367D) is known color: Deep Cerise. HEX triplet: D3, 36 and 7D. RGB value is (211,54,125). Sum of RGB (Red+Green+Blue) = 211+54+125=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D3367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3367D is #2CC982. Grayscale: #6C6C6C. Windows color (decimal): -2935171 or 8206035. OLE color: 8206035.
HSL color Cylindrical-coordinate representation of color #D3367D: hue angle of 332.87º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3367D is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 125 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.17 |
| HSL | 332.87º | 0.64% | 0.52% | - |
| HSV(B) | 332.87º | 0.74% | 0.83% | - |
| XYZ | 31.88 | 17.97 | 21.19 | - |
| YUV | 109.04 | 137.01 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 125 | 0 | 0.74 | 0.41 | 0.17 | 332.87 | 0.64 | 0.52 |
| Hex | D3 | 36 | 7D | 0 | 4A | 29 | 11 | 14D | 40 | 34 |
| Octal | 323 | 66 | 175 | 0 | 112 | 51 | 21 | 515 | 100 | 64 |
| Binary | 11010011 | 110110 | 1111101 | 0 | 1001010 | 101001 | 10001 | 101001101 | 1000000 | 110100 |
Color Harmonies of #D3367D
Complementary color
Monochromatic Colors of #D3367D
Black with #D3367D
Text Example
Text Example
White with #D3367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3367D; }
p { color: rgb(211,54,125); }
H1.HeaderClassName
{
color: #D3367D;
}
.AnyTagClassName
{
color: #D3367D;
}
</style>
background-color css
<style>
a { background-color: #D3367D; }
a { background-color: rgb(211,54,125); }
div.DivClassName
{
background-color: #D3367D;
}
.BgClassName
{
background-color: #D3367D;
}
</style>
border-color css
<style>
span { border-color: #D3367D; }
span { border-color: rgb(211,54,125); }
td.TdClassName
{
border-color: #D3367D;
}
.TagClassName
{
border-color: #D3367D;
}
</style>