Shades of Cerise #D6245F
Tints of Cerise #D6245F
RGB
CMYK
RGB Variations
Color information
#D6245F (or 0xD6245F) is known color: Cerise. HEX triplet: D6, 24 and 5F. RGB value is (214,36,95). Sum of RGB (Red+Green+Blue) = 214+36+95=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6245F is #29DBA0. Grayscale: #5F5F5F. Windows color (decimal): -2743201 or 6235350. OLE color: 6235350.
HSL color Cylindrical-coordinate representation of color #D6245F: hue angle of 340.11º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6245F is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 95 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.16 |
| HSL | 340.11º | 0.71% | 0.49% | - |
| HSV(B) | 340.11º | 0.83% | 0.84% | - |
| XYZ | 30.43 | 16.38 | 12.39 | - |
| YUV | 95.95 | 127.47 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 95 | 0 | 0.83 | 0.56 | 0.16 | 340.11 | 0.71 | 0.49 |
| Hex | D6 | 24 | 5F | 0 | 53 | 38 | 10 | 154 | 47 | 31 |
| Octal | 326 | 44 | 137 | 0 | 123 | 70 | 20 | 524 | 107 | 61 |
| Binary | 11010110 | 100100 | 1011111 | 0 | 1010011 | 111000 | 10000 | 101010100 | 1000111 | 110001 |
Color Harmonies of #D6245F
Complementary color
Monochromatic Colors of #D6245F
Black with #D6245F
Text Example
Text Example
White with #D6245F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6245F; }
p { color: rgb(214,36,95); }
H1.HeaderClassName
{
color: #D6245F;
}
.AnyTagClassName
{
color: #D6245F;
}
</style>
background-color css
<style>
a { background-color: #D6245F; }
a { background-color: rgb(214,36,95); }
div.DivClassName
{
background-color: #D6245F;
}
.BgClassName
{
background-color: #D6245F;
}
</style>
border-color css
<style>
span { border-color: #D6245F; }
span { border-color: rgb(214,36,95); }
td.TdClassName
{
border-color: #D6245F;
}
.TagClassName
{
border-color: #D6245F;
}
</style>