Shades of Cerise #D2405D
Tints of Cerise #D2405D
RGB
CMYK
RGB Variations
Color information
#D2405D (or 0xD2405D) is known color: Cerise. HEX triplet: D2, 40 and 5D. RGB value is (210,64,93). Sum of RGB (Red+Green+Blue) = 210+64+93=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D2405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2405D is #2DBFA2. Grayscale: #6E6E6E. Windows color (decimal): -2998179 or 6111442. OLE color: 6111442.
HSL color Cylindrical-coordinate representation of color #D2405D: hue angle of 348.08º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2405D is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 93 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.18 |
| HSL | 348.08º | 0.62% | 0.54% | - |
| HSV(B) | 348.08º | 0.7% | 0.82% | - |
| XYZ | 30.39 | 18.16 | 12.26 | - |
| YUV | 110.96 | 117.87 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 93 | 0 | 0.70 | 0.56 | 0.18 | 348.08 | 0.62 | 0.54 |
| Hex | D2 | 40 | 5D | 0 | 46 | 38 | 12 | 15C | 3E | 36 |
| Octal | 322 | 100 | 135 | 0 | 106 | 70 | 22 | 534 | 76 | 66 |
| Binary | 11010010 | 1000000 | 1011101 | 0 | 1000110 | 111000 | 10010 | 101011100 | 111110 | 110110 |
Color Harmonies of #D2405D
Complementary color
Monochromatic Colors of #D2405D
Black with #D2405D
Text Example
Text Example
White with #D2405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2405D; }
p { color: rgb(210,64,93); }
H1.HeaderClassName
{
color: #D2405D;
}
.AnyTagClassName
{
color: #D2405D;
}
</style>
background-color css
<style>
a { background-color: #D2405D; }
a { background-color: rgb(210,64,93); }
div.DivClassName
{
background-color: #D2405D;
}
.BgClassName
{
background-color: #D2405D;
}
</style>
border-color css
<style>
span { border-color: #D2405D; }
span { border-color: rgb(210,64,93); }
td.TdClassName
{
border-color: #D2405D;
}
.TagClassName
{
border-color: #D2405D;
}
</style>