Shades of Cerise #D3405E
Tints of Cerise #D3405E
RGB
CMYK
RGB Variations
Color information
#D3405E (or 0xD3405E) is known color: Cerise. HEX triplet: D3, 40 and 5E. RGB value is (211,64,94). Sum of RGB (Red+Green+Blue) = 211+64+94=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D3405E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3405E is #2CBFA1. Grayscale: #6F6F6F. Windows color (decimal): -2932642 or 6176979. OLE color: 6176979.
HSL color Cylindrical-coordinate representation of color #D3405E: hue angle of 347.76º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3405E is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 94 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.17 |
| HSL | 347.76º | 0.63% | 0.54% | - |
| HSV(B) | 347.76º | 0.7% | 0.83% | - |
| XYZ | 30.72 | 18.32 | 12.51 | - |
| YUV | 111.37 | 118.2 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 94 | 0 | 0.70 | 0.55 | 0.17 | 347.76 | 0.63 | 0.54 |
| Hex | D3 | 40 | 5E | 0 | 46 | 37 | 11 | 15C | 3F | 36 |
| Octal | 323 | 100 | 136 | 0 | 106 | 67 | 21 | 534 | 77 | 66 |
| Binary | 11010011 | 1000000 | 1011110 | 0 | 1000110 | 110111 | 10001 | 101011100 | 111111 | 110110 |
Color Harmonies of #D3405E
Complementary color
Monochromatic Colors of #D3405E
Black with #D3405E
Text Example
Text Example
White with #D3405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3405E; }
p { color: rgb(211,64,94); }
H1.HeaderClassName
{
color: #D3405E;
}
.AnyTagClassName
{
color: #D3405E;
}
</style>
background-color css
<style>
a { background-color: #D3405E; }
a { background-color: rgb(211,64,94); }
div.DivClassName
{
background-color: #D3405E;
}
.BgClassName
{
background-color: #D3405E;
}
</style>
border-color css
<style>
span { border-color: #D3405E; }
span { border-color: rgb(211,64,94); }
td.TdClassName
{
border-color: #D3405E;
}
.TagClassName
{
border-color: #D3405E;
}
</style>