Shades of Cerise #D23172
Tints of Cerise #D23172
RGB
CMYK
RGB Variations
Color information
#D23172 (or 0xD23172) is known color: Cerise. HEX triplet: D2, 31 and 72. RGB value is (210,49,114). Sum of RGB (Red+Green+Blue) = 210+49+114=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D23172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23172 is #2DCE8D. Grayscale: #686868. Windows color (decimal): -3001998 or 7483858. OLE color: 7483858.
HSL color Cylindrical-coordinate representation of color #D23172: hue angle of 335.78º 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 #D23172 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 114 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.18 |
| HSL | 335.78º | 0.64% | 0.51% | - |
| HSV(B) | 335.78º | 0.77% | 0.82% | - |
| XYZ | 30.71 | 17.11 | 17.6 | - |
| YUV | 104.55 | 133.34 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 114 | 0 | 0.77 | 0.46 | 0.18 | 335.78 | 0.64 | 0.51 |
| Hex | D2 | 31 | 72 | 0 | 4D | 2E | 12 | 150 | 40 | 33 |
| Octal | 322 | 61 | 162 | 0 | 115 | 56 | 22 | 520 | 100 | 63 |
| Binary | 11010010 | 110001 | 1110010 | 0 | 1001101 | 101110 | 10010 | 101010000 | 1000000 | 110011 |
Color Harmonies of #D23172
Complementary color
Monochromatic Colors of #D23172
Black with #D23172
Text Example
Text Example
White with #D23172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23172; }
p { color: rgb(210,49,114); }
H1.HeaderClassName
{
color: #D23172;
}
.AnyTagClassName
{
color: #D23172;
}
</style>
background-color css
<style>
a { background-color: #D23172; }
a { background-color: rgb(210,49,114); }
div.DivClassName
{
background-color: #D23172;
}
.BgClassName
{
background-color: #D23172;
}
</style>
border-color css
<style>
span { border-color: #D23172; }
span { border-color: rgb(210,49,114); }
td.TdClassName
{
border-color: #D23172;
}
.TagClassName
{
border-color: #D23172;
}
</style>