Shades of Cerise #D2295C
Tints of Cerise #D2295C
RGB
CMYK
RGB Variations
Color information
#D2295C (or 0xD2295C) is known color: Cerise. HEX triplet: D2, 29 and 5C. RGB value is (210,41,92). Sum of RGB (Red+Green+Blue) = 210+41+92=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D2295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2295C is #2DD6A3. Grayscale: #616161. Windows color (decimal): -3004068 or 6040018. OLE color: 6040018.
HSL color Cylindrical-coordinate representation of color #D2295C: hue angle of 341.89º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2295C is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 92 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.18 |
| HSL | 341.89º | 0.67% | 0.49% | - |
| HSV(B) | 341.89º | 0.8% | 0.82% | - |
| XYZ | 29.3 | 16.06 | 11.68 | - |
| YUV | 97.35 | 124.99 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 92 | 0 | 0.80 | 0.56 | 0.18 | 341.89 | 0.67 | 0.49 |
| Hex | D2 | 29 | 5C | 0 | 50 | 38 | 12 | 156 | 43 | 31 |
| Octal | 322 | 51 | 134 | 0 | 120 | 70 | 22 | 526 | 103 | 61 |
| Binary | 11010010 | 101001 | 1011100 | 0 | 1010000 | 111000 | 10010 | 101010110 | 1000011 | 110001 |
Color Harmonies of #D2295C
Complementary color
Monochromatic Colors of #D2295C
Black with #D2295C
Text Example
Text Example
White with #D2295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2295C; }
p { color: rgb(210,41,92); }
H1.HeaderClassName
{
color: #D2295C;
}
.AnyTagClassName
{
color: #D2295C;
}
</style>
background-color css
<style>
a { background-color: #D2295C; }
a { background-color: rgb(210,41,92); }
div.DivClassName
{
background-color: #D2295C;
}
.BgClassName
{
background-color: #D2295C;
}
</style>
border-color css
<style>
span { border-color: #D2295C; }
span { border-color: rgb(210,41,92); }
td.TdClassName
{
border-color: #D2295C;
}
.TagClassName
{
border-color: #D2295C;
}
</style>