Shades of Cerise #D2326E
Tints of Cerise #D2326E
RGB
CMYK
RGB Variations
Color information
#D2326E (or 0xD2326E) is known color: Cerise. HEX triplet: D2, 32 and 6E. RGB value is (210,50,110). Sum of RGB (Red+Green+Blue) = 210+50+110=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2326E is #2DCD91. Grayscale: #686868. Windows color (decimal): -3001746 or 7221970. OLE color: 7221970.
HSL color Cylindrical-coordinate representation of color #D2326E: hue angle of 337.5º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2326E is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 110 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.18 |
| HSL | 337.5º | 0.64% | 0.51% | - |
| HSV(B) | 337.5º | 0.76% | 0.82% | - |
| XYZ | 30.53 | 17.11 | 16.44 | - |
| YUV | 104.68 | 131.01 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 110 | 0 | 0.76 | 0.48 | 0.18 | 337.5 | 0.64 | 0.51 |
| Hex | D2 | 32 | 6E | 0 | 4C | 30 | 12 | 152 | 40 | 33 |
| Octal | 322 | 62 | 156 | 0 | 114 | 60 | 22 | 522 | 100 | 63 |
| Binary | 11010010 | 110010 | 1101110 | 0 | 1001100 | 110000 | 10010 | 101010010 | 1000000 | 110011 |
Color Harmonies of #D2326E
Complementary color
Monochromatic Colors of #D2326E
Black with #D2326E
Text Example
Text Example
White with #D2326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2326E; }
p { color: rgb(210,50,110); }
H1.HeaderClassName
{
color: #D2326E;
}
.AnyTagClassName
{
color: #D2326E;
}
</style>
background-color css
<style>
a { background-color: #D2326E; }
a { background-color: rgb(210,50,110); }
div.DivClassName
{
background-color: #D2326E;
}
.BgClassName
{
background-color: #D2326E;
}
</style>
border-color css
<style>
span { border-color: #D2326E; }
span { border-color: rgb(210,50,110); }
td.TdClassName
{
border-color: #D2326E;
}
.TagClassName
{
border-color: #D2326E;
}
</style>