Shades of Cerise #D82568
Tints of Cerise #D82568
RGB
CMYK
RGB Variations
Color information
#D82568 (or 0xD82568) is known color: Cerise. HEX triplet: D8, 25 and 68. RGB value is (216,37,104). Sum of RGB (Red+Green+Blue) = 216+37+104=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D82568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82568 is #27DA97. Grayscale: #626262. Windows color (decimal): -2611864 or 6825432. OLE color: 6825432.
HSL color Cylindrical-coordinate representation of color #D82568: hue angle of 337.54º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82568 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 104 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.15 |
| HSL | 337.54º | 0.71% | 0.5% | - |
| HSV(B) | 337.54º | 0.83% | 0.85% | - |
| XYZ | 31.48 | 16.92 | 14.7 | - |
| YUV | 98.16 | 131.3 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 104 | 0 | 0.83 | 0.52 | 0.15 | 337.54 | 0.71 | 0.5 |
| Hex | D8 | 25 | 68 | 0 | 53 | 34 | F | 152 | 47 | 32 |
| Octal | 330 | 45 | 150 | 0 | 123 | 64 | 17 | 522 | 107 | 62 |
| Binary | 11011000 | 100101 | 1101000 | 0 | 1010011 | 110100 | 1111 | 101010010 | 1000111 | 110010 |
Color Harmonies of #D82568
Complementary color
Monochromatic Colors of #D82568
Black with #D82568
Text Example
Text Example
White with #D82568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82568; }
p { color: rgb(216,37,104); }
H1.HeaderClassName
{
color: #D82568;
}
.AnyTagClassName
{
color: #D82568;
}
</style>
background-color css
<style>
a { background-color: #D82568; }
a { background-color: rgb(216,37,104); }
div.DivClassName
{
background-color: #D82568;
}
.BgClassName
{
background-color: #D82568;
}
</style>
border-color css
<style>
span { border-color: #D82568; }
span { border-color: rgb(216,37,104); }
td.TdClassName
{
border-color: #D82568;
}
.TagClassName
{
border-color: #D82568;
}
</style>