Shades of Cerise #D2326A
Tints of Cerise #D2326A
RGB
CMYK
RGB Variations
Color information
#D2326A (or 0xD2326A) is known color: Cerise. HEX triplet: D2, 32 and 6A. RGB value is (210,50,106). Sum of RGB (Red+Green+Blue) = 210+50+106=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D2326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2326A is #2DCD95. Grayscale: #686868. Windows color (decimal): -3001750 or 6959826. OLE color: 6959826.
HSL color Cylindrical-coordinate representation of color #D2326A: hue angle of 339º 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 #D2326A is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 106 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.18 |
| HSL | 339º | 0.64% | 0.51% | - |
| HSV(B) | 339º | 0.76% | 0.82% | - |
| XYZ | 30.32 | 17.02 | 15.32 | - |
| YUV | 104.22 | 129.01 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 106 | 0 | 0.76 | 0.50 | 0.18 | 339 | 0.64 | 0.51 |
| Hex | D2 | 32 | 6A | 0 | 4C | 32 | 12 | 153 | 40 | 33 |
| Octal | 322 | 62 | 152 | 0 | 114 | 62 | 22 | 523 | 100 | 63 |
| Binary | 11010010 | 110010 | 1101010 | 0 | 1001100 | 110010 | 10010 | 101010011 | 1000000 | 110011 |
Color Harmonies of #D2326A
Complementary color
Monochromatic Colors of #D2326A
Black with #D2326A
Text Example
Text Example
White with #D2326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2326A; }
p { color: rgb(210,50,106); }
H1.HeaderClassName
{
color: #D2326A;
}
.AnyTagClassName
{
color: #D2326A;
}
</style>
background-color css
<style>
a { background-color: #D2326A; }
a { background-color: rgb(210,50,106); }
div.DivClassName
{
background-color: #D2326A;
}
.BgClassName
{
background-color: #D2326A;
}
</style>
border-color css
<style>
span { border-color: #D2326A; }
span { border-color: rgb(210,50,106); }
td.TdClassName
{
border-color: #D2326A;
}
.TagClassName
{
border-color: #D2326A;
}
</style>