Shades of Cerise #D8325F
Tints of Cerise #D8325F
RGB
CMYK
RGB Variations
Color information
#D8325F (or 0xD8325F) is known color: Cerise. HEX triplet: D8, 32 and 5F. RGB value is (216,50,95). Sum of RGB (Red+Green+Blue) = 216+50+95=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D8325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8325F is #27CDA0. Grayscale: #686868. Windows color (decimal): -2608545 or 6238936. OLE color: 6238936.
HSL color Cylindrical-coordinate representation of color #D8325F: hue angle of 343.73º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8325F is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 95 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.15 |
| HSL | 343.73º | 0.68% | 0.52% | - |
| HSV(B) | 343.73º | 0.77% | 0.85% | - |
| XYZ | 31.53 | 17.71 | 12.58 | - |
| YUV | 104.76 | 122.5 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 95 | 0 | 0.77 | 0.56 | 0.15 | 343.73 | 0.68 | 0.52 |
| Hex | D8 | 32 | 5F | 0 | 4D | 38 | F | 158 | 44 | 34 |
| Octal | 330 | 62 | 137 | 0 | 115 | 70 | 17 | 530 | 104 | 64 |
| Binary | 11011000 | 110010 | 1011111 | 0 | 1001101 | 111000 | 1111 | 101011000 | 1000100 | 110100 |
Color Harmonies of #D8325F
Complementary color
Monochromatic Colors of #D8325F
Black with #D8325F
Text Example
Text Example
White with #D8325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8325F; }
p { color: rgb(216,50,95); }
H1.HeaderClassName
{
color: #D8325F;
}
.AnyTagClassName
{
color: #D8325F;
}
</style>
background-color css
<style>
a { background-color: #D8325F; }
a { background-color: rgb(216,50,95); }
div.DivClassName
{
background-color: #D8325F;
}
.BgClassName
{
background-color: #D8325F;
}
</style>
border-color css
<style>
span { border-color: #D8325F; }
span { border-color: rgb(216,50,95); }
td.TdClassName
{
border-color: #D8325F;
}
.TagClassName
{
border-color: #D8325F;
}
</style>