Shades of Deep Cerise #D3367F
Tints of Deep Cerise #D3367F
RGB
CMYK
RGB Variations
Color information
#D3367F (or 0xD3367F) is known color: Deep Cerise. HEX triplet: D3, 36 and 7F. RGB value is (211,54,127). Sum of RGB (Red+Green+Blue) = 211+54+127=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D3367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3367F is #2CC980. Grayscale: #6D6D6D. Windows color (decimal): -2935169 or 8337107. OLE color: 8337107.
HSL color Cylindrical-coordinate representation of color #D3367F: hue angle of 332.1º 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 #D3367F is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 127 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.17 |
| HSL | 332.1º | 0.64% | 0.52% | - |
| HSV(B) | 332.1º | 0.74% | 0.83% | - |
| XYZ | 32.01 | 18.02 | 21.87 | - |
| YUV | 109.27 | 138.01 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 127 | 0 | 0.74 | 0.40 | 0.17 | 332.1 | 0.64 | 0.52 |
| Hex | D3 | 36 | 7F | 0 | 4A | 28 | 11 | 14C | 40 | 34 |
| Octal | 323 | 66 | 177 | 0 | 112 | 50 | 21 | 514 | 100 | 64 |
| Binary | 11010011 | 110110 | 1111111 | 0 | 1001010 | 101000 | 10001 | 101001100 | 1000000 | 110100 |
Color Harmonies of #D3367F
Complementary color
Monochromatic Colors of #D3367F
Black with #D3367F
Text Example
Text Example
White with #D3367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3367F; }
p { color: rgb(211,54,127); }
H1.HeaderClassName
{
color: #D3367F;
}
.AnyTagClassName
{
color: #D3367F;
}
</style>
background-color css
<style>
a { background-color: #D3367F; }
a { background-color: rgb(211,54,127); }
div.DivClassName
{
background-color: #D3367F;
}
.BgClassName
{
background-color: #D3367F;
}
</style>
border-color css
<style>
span { border-color: #D3367F; }
span { border-color: rgb(211,54,127); }
td.TdClassName
{
border-color: #D3367F;
}
.TagClassName
{
border-color: #D3367F;
}
</style>