Shades of Cerise #D5286B
Tints of Cerise #D5286B
RGB
CMYK
RGB Variations
Color information
#D5286B (or 0xD5286B) is known color: Cerise. HEX triplet: D5, 28 and 6B. RGB value is (213,40,107). Sum of RGB (Red+Green+Blue) = 213+40+107=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5286B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5286B is #2AD794. Grayscale: #636363. Windows color (decimal): -2807701 or 7022805. OLE color: 7022805.
HSL color Cylindrical-coordinate representation of color #D5286B: hue angle of 336.76º degrees, saturation: 0.68, 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 #D5286B is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 107 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.16 |
| HSL | 336.76º | 0.68% | 0.5% | - |
| HSV(B) | 336.76º | 0.81% | 0.84% | - |
| XYZ | 30.85 | 16.73 | 15.51 | - |
| YUV | 99.37 | 132.31 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 107 | 0 | 0.81 | 0.50 | 0.16 | 336.76 | 0.68 | 0.5 |
| Hex | D5 | 28 | 6B | 0 | 51 | 32 | 10 | 151 | 44 | 32 |
| Octal | 325 | 50 | 153 | 0 | 121 | 62 | 20 | 521 | 104 | 62 |
| Binary | 11010101 | 101000 | 1101011 | 0 | 1010001 | 110010 | 10000 | 101010001 | 1000100 | 110010 |
Color Harmonies of #D5286B
Complementary color
Monochromatic Colors of #D5286B
Black with #D5286B
Text Example
Text Example
White with #D5286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5286B; }
p { color: rgb(213,40,107); }
H1.HeaderClassName
{
color: #D5286B;
}
.AnyTagClassName
{
color: #D5286B;
}
</style>
background-color css
<style>
a { background-color: #D5286B; }
a { background-color: rgb(213,40,107); }
div.DivClassName
{
background-color: #D5286B;
}
.BgClassName
{
background-color: #D5286B;
}
</style>
border-color css
<style>
span { border-color: #D5286B; }
span { border-color: rgb(213,40,107); }
td.TdClassName
{
border-color: #D5286B;
}
.TagClassName
{
border-color: #D5286B;
}
</style>