Shades of Cerise #D2326F
Tints of Cerise #D2326F
RGB
CMYK
RGB Variations
Color information
#D2326F (or 0xD2326F) is known color: Cerise. HEX triplet: D2, 32 and 6F. RGB value is (210,50,111). Sum of RGB (Red+Green+Blue) = 210+50+111=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2326F is #2DCD90. Grayscale: #686868. Windows color (decimal): -3001745 or 7287506. OLE color: 7287506.
HSL color Cylindrical-coordinate representation of color #D2326F: hue angle of 337.12º 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 #D2326F is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 111 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.18 |
| HSL | 337.13º | 0.64% | 0.51% | - |
| HSV(B) | 337.13º | 0.76% | 0.82% | - |
| XYZ | 30.59 | 17.13 | 16.73 | - |
| YUV | 104.79 | 131.51 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 111 | 0 | 0.76 | 0.47 | 0.18 | 337.13 | 0.64 | 0.51 |
| Hex | D2 | 32 | 6F | 0 | 4C | 2F | 12 | 151 | 40 | 33 |
| Octal | 322 | 62 | 157 | 0 | 114 | 57 | 22 | 521 | 100 | 63 |
| Binary | 11010010 | 110010 | 1101111 | 0 | 1001100 | 101111 | 10010 | 101010001 | 1000000 | 110011 |
Color Harmonies of #D2326F
Complementary color
Monochromatic Colors of #D2326F
Black with #D2326F
Text Example
Text Example
White with #D2326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2326F; }
p { color: rgb(210,50,111); }
H1.HeaderClassName
{
color: #D2326F;
}
.AnyTagClassName
{
color: #D2326F;
}
</style>
background-color css
<style>
a { background-color: #D2326F; }
a { background-color: rgb(210,50,111); }
div.DivClassName
{
background-color: #D2326F;
}
.BgClassName
{
background-color: #D2326F;
}
</style>
border-color css
<style>
span { border-color: #D2326F; }
span { border-color: rgb(210,50,111); }
td.TdClassName
{
border-color: #D2326F;
}
.TagClassName
{
border-color: #D2326F;
}
</style>