Shades of Cerise #D6285E
Tints of Cerise #D6285E
RGB
CMYK
RGB Variations
Color information
#D6285E (or 0xD6285E) is known color: Cerise. HEX triplet: D6, 28 and 5E. RGB value is (214,40,94). Sum of RGB (Red+Green+Blue) = 214+40+94=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D6285E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6285E is #29D7A1. Grayscale: #626262. Windows color (decimal): -2742178 or 6170838. OLE color: 6170838.
HSL color Cylindrical-coordinate representation of color #D6285E: hue angle of 341.38º 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 #D6285E is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 94 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.16 |
| HSL | 341.38º | 0.69% | 0.5% | - |
| HSV(B) | 341.38º | 0.81% | 0.84% | - |
| XYZ | 30.51 | 16.62 | 12.19 | - |
| YUV | 98.18 | 125.65 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 94 | 0 | 0.81 | 0.56 | 0.16 | 341.38 | 0.69 | 0.5 |
| Hex | D6 | 28 | 5E | 0 | 51 | 38 | 10 | 155 | 45 | 32 |
| Octal | 326 | 50 | 136 | 0 | 121 | 70 | 20 | 525 | 105 | 62 |
| Binary | 11010110 | 101000 | 1011110 | 0 | 1010001 | 111000 | 10000 | 101010101 | 1000101 | 110010 |
Color Harmonies of #D6285E
Complementary color
Monochromatic Colors of #D6285E
Black with #D6285E
Text Example
Text Example
White with #D6285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6285E; }
p { color: rgb(214,40,94); }
H1.HeaderClassName
{
color: #D6285E;
}
.AnyTagClassName
{
color: #D6285E;
}
</style>
background-color css
<style>
a { background-color: #D6285E; }
a { background-color: rgb(214,40,94); }
div.DivClassName
{
background-color: #D6285E;
}
.BgClassName
{
background-color: #D6285E;
}
</style>
border-color css
<style>
span { border-color: #D6285E; }
span { border-color: rgb(214,40,94); }
td.TdClassName
{
border-color: #D6285E;
}
.TagClassName
{
border-color: #D6285E;
}
</style>