Shades of Cerise #D5286A
Tints of Cerise #D5286A
RGB
CMYK
RGB Variations
Color information
#D5286A (or 0xD5286A) is known color: Cerise. HEX triplet: D5, 28 and 6A. RGB value is (213,40,106). Sum of RGB (Red+Green+Blue) = 213+40+106=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D5286A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5286A is #2AD795. Grayscale: #636363. Windows color (decimal): -2807702 or 6957269. OLE color: 6957269.
HSL color Cylindrical-coordinate representation of color #D5286A: hue angle of 337.11º 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 #D5286A is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 106 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.16 |
| HSL | 337.11º | 0.68% | 0.5% | - |
| HSV(B) | 337.11º | 0.81% | 0.84% | - |
| XYZ | 30.8 | 16.7 | 15.24 | - |
| YUV | 99.25 | 131.81 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 106 | 0 | 0.81 | 0.50 | 0.16 | 337.11 | 0.68 | 0.5 |
| Hex | D5 | 28 | 6A | 0 | 51 | 32 | 10 | 151 | 44 | 32 |
| Octal | 325 | 50 | 152 | 0 | 121 | 62 | 20 | 521 | 104 | 62 |
| Binary | 11010101 | 101000 | 1101010 | 0 | 1010001 | 110010 | 10000 | 101010001 | 1000100 | 110010 |
Color Harmonies of #D5286A
Complementary color
Monochromatic Colors of #D5286A
Black with #D5286A
Text Example
Text Example
White with #D5286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5286A; }
p { color: rgb(213,40,106); }
H1.HeaderClassName
{
color: #D5286A;
}
.AnyTagClassName
{
color: #D5286A;
}
</style>
background-color css
<style>
a { background-color: #D5286A; }
a { background-color: rgb(213,40,106); }
div.DivClassName
{
background-color: #D5286A;
}
.BgClassName
{
background-color: #D5286A;
}
</style>
border-color css
<style>
span { border-color: #D5286A; }
span { border-color: rgb(213,40,106); }
td.TdClassName
{
border-color: #D5286A;
}
.TagClassName
{
border-color: #D5286A;
}
</style>