Shades of Cerise #D82967
Tints of Cerise #D82967
RGB
CMYK
RGB Variations
Color information
#D82967 (or 0xD82967) is known color: Cerise. HEX triplet: D8, 29 and 67. RGB value is (216,41,103). Sum of RGB (Red+Green+Blue) = 216+41+103=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D82967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82967 is #27D698. Grayscale: #646464. Windows color (decimal): -2610841 or 6760920. OLE color: 6760920.
HSL color Cylindrical-coordinate representation of color #D82967: hue angle of 338.74º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82967 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 103 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.15 |
| HSL | 338.74º | 0.69% | 0.5% | - |
| HSV(B) | 338.74º | 0.81% | 0.85% | - |
| XYZ | 31.56 | 17.16 | 14.48 | - |
| YUV | 100.39 | 129.48 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 103 | 0 | 0.81 | 0.52 | 0.15 | 338.74 | 0.69 | 0.5 |
| Hex | D8 | 29 | 67 | 0 | 51 | 34 | F | 153 | 45 | 32 |
| Octal | 330 | 51 | 147 | 0 | 121 | 64 | 17 | 523 | 105 | 62 |
| Binary | 11011000 | 101001 | 1100111 | 0 | 1010001 | 110100 | 1111 | 101010011 | 1000101 | 110010 |
Color Harmonies of #D82967
Complementary color
Monochromatic Colors of #D82967
Black with #D82967
Text Example
Text Example
White with #D82967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82967; }
p { color: rgb(216,41,103); }
H1.HeaderClassName
{
color: #D82967;
}
.AnyTagClassName
{
color: #D82967;
}
</style>
background-color css
<style>
a { background-color: #D82967; }
a { background-color: rgb(216,41,103); }
div.DivClassName
{
background-color: #D82967;
}
.BgClassName
{
background-color: #D82967;
}
</style>
border-color css
<style>
span { border-color: #D82967; }
span { border-color: rgb(216,41,103); }
td.TdClassName
{
border-color: #D82967;
}
.TagClassName
{
border-color: #D82967;
}
</style>