Shades of Cerise #D6285F
Tints of Cerise #D6285F
RGB
CMYK
RGB Variations
Color information
#D6285F (or 0xD6285F) is known color: Cerise. HEX triplet: D6, 28 and 5F. RGB value is (214,40,95). Sum of RGB (Red+Green+Blue) = 214+40+95=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D6285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6285F is #29D7A0. Grayscale: #626262. Windows color (decimal): -2742177 or 6236374. OLE color: 6236374.
HSL color Cylindrical-coordinate representation of color #D6285F: hue angle of 341.03º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6285F is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 95 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.16 |
| HSL | 341.03º | 0.69% | 0.5% | - |
| HSV(B) | 341.03º | 0.81% | 0.84% | - |
| XYZ | 30.56 | 16.64 | 12.43 | - |
| YUV | 98.3 | 126.15 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 95 | 0 | 0.81 | 0.56 | 0.16 | 341.03 | 0.69 | 0.5 |
| Hex | D6 | 28 | 5F | 0 | 51 | 38 | 10 | 155 | 45 | 32 |
| Octal | 326 | 50 | 137 | 0 | 121 | 70 | 20 | 525 | 105 | 62 |
| Binary | 11010110 | 101000 | 1011111 | 0 | 1010001 | 111000 | 10000 | 101010101 | 1000101 | 110010 |
Color Harmonies of #D6285F
Complementary color
Monochromatic Colors of #D6285F
Black with #D6285F
Text Example
Text Example
White with #D6285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6285F; }
p { color: rgb(214,40,95); }
H1.HeaderClassName
{
color: #D6285F;
}
.AnyTagClassName
{
color: #D6285F;
}
</style>
background-color css
<style>
a { background-color: #D6285F; }
a { background-color: rgb(214,40,95); }
div.DivClassName
{
background-color: #D6285F;
}
.BgClassName
{
background-color: #D6285F;
}
</style>
border-color css
<style>
span { border-color: #D6285F; }
span { border-color: rgb(214,40,95); }
td.TdClassName
{
border-color: #D6285F;
}
.TagClassName
{
border-color: #D6285F;
}
</style>