Shades of Cerise #D8326A
Tints of Cerise #D8326A
RGB
CMYK
RGB Variations
Color information
#D8326A (or 0xD8326A) is known color: Cerise. HEX triplet: D8, 32 and 6A. RGB value is (216,50,106). Sum of RGB (Red+Green+Blue) = 216+50+106=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D8326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8326A is #27CD95. Grayscale: #696969. Windows color (decimal): -2608534 or 6959832. OLE color: 6959832.
HSL color Cylindrical-coordinate representation of color #D8326A: hue angle of 339.76º 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 #D8326A is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 106 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.15 |
| HSL | 339.76º | 0.68% | 0.52% | - |
| HSV(B) | 339.76º | 0.77% | 0.85% | - |
| XYZ | 32.06 | 17.92 | 15.4 | - |
| YUV | 106.02 | 128 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 106 | 0 | 0.77 | 0.51 | 0.15 | 339.76 | 0.68 | 0.52 |
| Hex | D8 | 32 | 6A | 0 | 4D | 33 | F | 154 | 44 | 34 |
| Octal | 330 | 62 | 152 | 0 | 115 | 63 | 17 | 524 | 104 | 64 |
| Binary | 11011000 | 110010 | 1101010 | 0 | 1001101 | 110011 | 1111 | 101010100 | 1000100 | 110100 |
Color Harmonies of #D8326A
Complementary color
Monochromatic Colors of #D8326A
Black with #D8326A
Text Example
Text Example
White with #D8326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8326A; }
p { color: rgb(216,50,106); }
H1.HeaderClassName
{
color: #D8326A;
}
.AnyTagClassName
{
color: #D8326A;
}
</style>
background-color css
<style>
a { background-color: #D8326A; }
a { background-color: rgb(216,50,106); }
div.DivClassName
{
background-color: #D8326A;
}
.BgClassName
{
background-color: #D8326A;
}
</style>
border-color css
<style>
span { border-color: #D8326A; }
span { border-color: rgb(216,50,106); }
td.TdClassName
{
border-color: #D8326A;
}
.TagClassName
{
border-color: #D8326A;
}
</style>