Shades of Cerise #D52866
Tints of Cerise #D52866
RGB
CMYK
RGB Variations
Color information
#D52866 (or 0xD52866) is known color: Cerise. HEX triplet: D5, 28 and 66. RGB value is (213,40,102). Sum of RGB (Red+Green+Blue) = 213+40+102=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D52866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52866 is #2AD799. Grayscale: #626262. Windows color (decimal): -2807706 or 6695125. OLE color: 6695125.
HSL color Cylindrical-coordinate representation of color #D52866: hue angle of 338.5º 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 #D52866 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 102 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.16 |
| HSL | 338.5º | 0.68% | 0.5% | - |
| HSV(B) | 338.5º | 0.81% | 0.84% | - |
| XYZ | 30.6 | 16.62 | 14.17 | - |
| YUV | 98.8 | 129.81 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 102 | 0 | 0.81 | 0.52 | 0.16 | 338.5 | 0.68 | 0.5 |
| Hex | D5 | 28 | 66 | 0 | 51 | 34 | 10 | 152 | 44 | 32 |
| Octal | 325 | 50 | 146 | 0 | 121 | 64 | 20 | 522 | 104 | 62 |
| Binary | 11010101 | 101000 | 1100110 | 0 | 1010001 | 110100 | 10000 | 101010010 | 1000100 | 110010 |
Color Harmonies of #D52866
Complementary color
Monochromatic Colors of #D52866
Black with #D52866
Text Example
Text Example
White with #D52866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52866; }
p { color: rgb(213,40,102); }
H1.HeaderClassName
{
color: #D52866;
}
.AnyTagClassName
{
color: #D52866;
}
</style>
background-color css
<style>
a { background-color: #D52866; }
a { background-color: rgb(213,40,102); }
div.DivClassName
{
background-color: #D52866;
}
.BgClassName
{
background-color: #D52866;
}
</style>
border-color css
<style>
span { border-color: #D52866; }
span { border-color: rgb(213,40,102); }
td.TdClassName
{
border-color: #D52866;
}
.TagClassName
{
border-color: #D52866;
}
</style>