Shades of Cerise #D2325B
Tints of Cerise #D2325B
RGB
CMYK
RGB Variations
Color information
#D2325B (or 0xD2325B) is known color: Cerise. HEX triplet: D2, 32 and 5B. RGB value is (210,50,91). Sum of RGB (Red+Green+Blue) = 210+50+91=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D2325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2325B is #2DCDA4. Grayscale: #666666. Windows color (decimal): -3001765 or 5976786. OLE color: 5976786.
HSL color Cylindrical-coordinate representation of color #D2325B: hue angle of 344.62º 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 #D2325B is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 91 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.18 |
| HSL | 344.63º | 0.64% | 0.51% | - |
| HSV(B) | 344.63º | 0.76% | 0.82% | - |
| XYZ | 29.61 | 16.74 | 11.57 | - |
| YUV | 102.51 | 121.51 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 91 | 0 | 0.76 | 0.57 | 0.18 | 344.63 | 0.64 | 0.51 |
| Hex | D2 | 32 | 5B | 0 | 4C | 39 | 12 | 159 | 40 | 33 |
| Octal | 322 | 62 | 133 | 0 | 114 | 71 | 22 | 531 | 100 | 63 |
| Binary | 11010010 | 110010 | 1011011 | 0 | 1001100 | 111001 | 10010 | 101011001 | 1000000 | 110011 |
Color Harmonies of #D2325B
Complementary color
Monochromatic Colors of #D2325B
Black with #D2325B
Text Example
Text Example
White with #D2325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2325B; }
p { color: rgb(210,50,91); }
H1.HeaderClassName
{
color: #D2325B;
}
.AnyTagClassName
{
color: #D2325B;
}
</style>
background-color css
<style>
a { background-color: #D2325B; }
a { background-color: rgb(210,50,91); }
div.DivClassName
{
background-color: #D2325B;
}
.BgClassName
{
background-color: #D2325B;
}
</style>
border-color css
<style>
span { border-color: #D2325B; }
span { border-color: rgb(210,50,91); }
td.TdClassName
{
border-color: #D2325B;
}
.TagClassName
{
border-color: #D2325B;
}
</style>