Shades of Cerise #D23155
Tints of Cerise #D23155
RGB
CMYK
RGB Variations
Color information
#D23155 (or 0xD23155) is known color: Cerise. HEX triplet: D2, 31 and 55. RGB value is (210,49,85). Sum of RGB (Red+Green+Blue) = 210+49+85=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D23155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23155 is #2DCEAA. Grayscale: #656565. Windows color (decimal): -3002027 or 5583314. OLE color: 5583314.
HSL color Cylindrical-coordinate representation of color #D23155: hue angle of 346.58º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23155 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 85 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.18 |
| HSL | 346.58º | 0.64% | 0.51% | - |
| HSV(B) | 346.58º | 0.77% | 0.82% | - |
| XYZ | 29.32 | 16.55 | 10.24 | - |
| YUV | 101.24 | 118.84 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 85 | 0 | 0.77 | 0.60 | 0.18 | 346.58 | 0.64 | 0.51 |
| Hex | D2 | 31 | 55 | 0 | 4D | 3C | 12 | 15B | 40 | 33 |
| Octal | 322 | 61 | 125 | 0 | 115 | 74 | 22 | 533 | 100 | 63 |
| Binary | 11010010 | 110001 | 1010101 | 0 | 1001101 | 111100 | 10010 | 101011011 | 1000000 | 110011 |
Color Harmonies of #D23155
Complementary color
Monochromatic Colors of #D23155
Black with #D23155
Text Example
Text Example
White with #D23155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23155; }
p { color: rgb(210,49,85); }
H1.HeaderClassName
{
color: #D23155;
}
.AnyTagClassName
{
color: #D23155;
}
</style>
background-color css
<style>
a { background-color: #D23155; }
a { background-color: rgb(210,49,85); }
div.DivClassName
{
background-color: #D23155;
}
.BgClassName
{
background-color: #D23155;
}
</style>
border-color css
<style>
span { border-color: #D23155; }
span { border-color: rgb(210,49,85); }
td.TdClassName
{
border-color: #D23155;
}
.TagClassName
{
border-color: #D23155;
}
</style>