Shades of Deep Cerise #D3368C
Tints of Deep Cerise #D3368C
RGB
CMYK
RGB Variations
Color information
#D3368C (or 0xD3368C) is known color: Deep Cerise. HEX triplet: D3, 36 and 8C. RGB value is (211,54,140). Sum of RGB (Red+Green+Blue) = 211+54+140=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3368C is #2CC973. Grayscale: #6E6E6E. Windows color (decimal): -2935156 or 9189075. OLE color: 9189075.
HSL color Cylindrical-coordinate representation of color #D3368C: hue angle of 327.13º 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 #D3368C is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 140 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.17 |
| HSL | 327.13º | 0.64% | 0.52% | - |
| HSV(B) | 327.13º | 0.74% | 0.83% | - |
| XYZ | 32.92 | 18.38 | 26.62 | - |
| YUV | 110.75 | 144.51 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 140 | 0 | 0.74 | 0.34 | 0.17 | 327.13 | 0.64 | 0.52 |
| Hex | D3 | 36 | 8C | 0 | 4A | 22 | 11 | 147 | 40 | 34 |
| Octal | 323 | 66 | 214 | 0 | 112 | 42 | 21 | 507 | 100 | 64 |
| Binary | 11010011 | 110110 | 10001100 | 0 | 1001010 | 100010 | 10001 | 101000111 | 1000000 | 110100 |
Color Harmonies of #D3368C
Complementary color
Monochromatic Colors of #D3368C
Black with #D3368C
Text Example
Text Example
White with #D3368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3368C; }
p { color: rgb(211,54,140); }
H1.HeaderClassName
{
color: #D3368C;
}
.AnyTagClassName
{
color: #D3368C;
}
</style>
background-color css
<style>
a { background-color: #D3368C; }
a { background-color: rgb(211,54,140); }
div.DivClassName
{
background-color: #D3368C;
}
.BgClassName
{
background-color: #D3368C;
}
</style>
border-color css
<style>
span { border-color: #D3368C; }
span { border-color: rgb(211,54,140); }
td.TdClassName
{
border-color: #D3368C;
}
.TagClassName
{
border-color: #D3368C;
}
</style>