Shades of Cerise #D3405F
Tints of Cerise #D3405F
RGB
CMYK
RGB Variations
Color information
#D3405F (or 0xD3405F) is known color: Cerise. HEX triplet: D3, 40 and 5F. RGB value is (211,64,95). Sum of RGB (Red+Green+Blue) = 211+64+95=370 (49% of max value = 765). Red value is 211 (82.81% from 255 or 57.03% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 211 - color contains mainly: red. Hex color #D3405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3405F is #2CBFA0. Grayscale: #6F6F6F. Windows color (decimal): -2932641 or 6242515. OLE color: 6242515.
HSL color Cylindrical-coordinate representation of color #D3405F: hue angle of 347.35º 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 #D3405F is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 95 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.17 |
| HSL | 347.35º | 0.63% | 0.54% | - |
| HSV(B) | 347.35º | 0.7% | 0.83% | - |
| XYZ | 30.76 | 18.34 | 12.75 | - |
| YUV | 111.49 | 118.7 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 95 | 0 | 0.70 | 0.55 | 0.17 | 347.35 | 0.63 | 0.54 |
| Hex | D3 | 40 | 5F | 0 | 46 | 37 | 11 | 15B | 3F | 36 |
| Octal | 323 | 100 | 137 | 0 | 106 | 67 | 21 | 533 | 77 | 66 |
| Binary | 11010011 | 1000000 | 1011111 | 0 | 1000110 | 110111 | 10001 | 101011011 | 111111 | 110110 |
Color Harmonies of #D3405F
Complementary color
Monochromatic Colors of #D3405F
Black with #D3405F
Text Example
Text Example
White with #D3405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3405F; }
p { color: rgb(211,64,95); }
H1.HeaderClassName
{
color: #D3405F;
}
.AnyTagClassName
{
color: #D3405F;
}
</style>
background-color css
<style>
a { background-color: #D3405F; }
a { background-color: rgb(211,64,95); }
div.DivClassName
{
background-color: #D3405F;
}
.BgClassName
{
background-color: #D3405F;
}
</style>
border-color css
<style>
span { border-color: #D3405F; }
span { border-color: rgb(211,64,95); }
td.TdClassName
{
border-color: #D3405F;
}
.TagClassName
{
border-color: #D3405F;
}
</style>