Shades of Cerise #D2326D
Tints of Cerise #D2326D
RGB
CMYK
RGB Variations
Color information
#D2326D (or 0xD2326D) is known color: Cerise. HEX triplet: D2, 32 and 6D. RGB value is (210,50,109). Sum of RGB (Red+Green+Blue) = 210+50+109=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2326D is #2DCD92. Grayscale: #686868. Windows color (decimal): -3001747 or 7156434. OLE color: 7156434.
HSL color Cylindrical-coordinate representation of color #D2326D: hue angle of 337.88º 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 #D2326D is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 109 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.18 |
| HSL | 337.88º | 0.64% | 0.51% | - |
| HSV(B) | 337.88º | 0.76% | 0.82% | - |
| XYZ | 30.48 | 17.09 | 16.16 | - |
| YUV | 104.57 | 130.51 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 109 | 0 | 0.76 | 0.48 | 0.18 | 337.88 | 0.64 | 0.51 |
| Hex | D2 | 32 | 6D | 0 | 4C | 30 | 12 | 152 | 40 | 33 |
| Octal | 322 | 62 | 155 | 0 | 114 | 60 | 22 | 522 | 100 | 63 |
| Binary | 11010010 | 110010 | 1101101 | 0 | 1001100 | 110000 | 10010 | 101010010 | 1000000 | 110011 |
Color Harmonies of #D2326D
Complementary color
Monochromatic Colors of #D2326D
Black with #D2326D
Text Example
Text Example
White with #D2326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2326D; }
p { color: rgb(210,50,109); }
H1.HeaderClassName
{
color: #D2326D;
}
.AnyTagClassName
{
color: #D2326D;
}
</style>
background-color css
<style>
a { background-color: #D2326D; }
a { background-color: rgb(210,50,109); }
div.DivClassName
{
background-color: #D2326D;
}
.BgClassName
{
background-color: #D2326D;
}
</style>
border-color css
<style>
span { border-color: #D2326D; }
span { border-color: rgb(210,50,109); }
td.TdClassName
{
border-color: #D2326D;
}
.TagClassName
{
border-color: #D2326D;
}
</style>