Shades of Cerise #D6285B
Tints of Cerise #D6285B
RGB
CMYK
RGB Variations
Color information
#D6285B (or 0xD6285B) is known color: Cerise. HEX triplet: D6, 28 and 5B. RGB value is (214,40,91). Sum of RGB (Red+Green+Blue) = 214+40+91=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6285B is #29D7A4. Grayscale: #616161. Windows color (decimal): -2742181 or 5974230. OLE color: 5974230.
HSL color Cylindrical-coordinate representation of color #D6285B: hue angle of 342.41º 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 #D6285B is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 91 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.16 |
| HSL | 342.41º | 0.69% | 0.5% | - |
| HSV(B) | 342.41º | 0.81% | 0.84% | - |
| XYZ | 30.38 | 16.57 | 11.49 | - |
| YUV | 97.84 | 124.15 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 91 | 0 | 0.81 | 0.57 | 0.16 | 342.41 | 0.69 | 0.5 |
| Hex | D6 | 28 | 5B | 0 | 51 | 39 | 10 | 156 | 45 | 32 |
| Octal | 326 | 50 | 133 | 0 | 121 | 71 | 20 | 526 | 105 | 62 |
| Binary | 11010110 | 101000 | 1011011 | 0 | 1010001 | 111001 | 10000 | 101010110 | 1000101 | 110010 |
Color Harmonies of #D6285B
Complementary color
Monochromatic Colors of #D6285B
Black with #D6285B
Text Example
Text Example
White with #D6285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6285B; }
p { color: rgb(214,40,91); }
H1.HeaderClassName
{
color: #D6285B;
}
.AnyTagClassName
{
color: #D6285B;
}
</style>
background-color css
<style>
a { background-color: #D6285B; }
a { background-color: rgb(214,40,91); }
div.DivClassName
{
background-color: #D6285B;
}
.BgClassName
{
background-color: #D6285B;
}
</style>
border-color css
<style>
span { border-color: #D6285B; }
span { border-color: rgb(214,40,91); }
td.TdClassName
{
border-color: #D6285B;
}
.TagClassName
{
border-color: #D6285B;
}
</style>