Shades of Cerise #D23270
Tints of Cerise #D23270
RGB
CMYK
RGB Variations
Color information
#D23270 (or 0xD23270) is known color: Cerise. HEX triplet: D2, 32 and 70. RGB value is (210,50,112). Sum of RGB (Red+Green+Blue) = 210+50+112=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D23270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23270 is #2DCD8F. Grayscale: #686868. Windows color (decimal): -3001744 or 7353042. OLE color: 7353042.
HSL color Cylindrical-coordinate representation of color #D23270: hue angle of 336.75º 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 #D23270 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 112 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.18 |
| HSL | 336.75º | 0.64% | 0.51% | - |
| HSV(B) | 336.75º | 0.76% | 0.82% | - |
| XYZ | 30.64 | 17.15 | 17.02 | - |
| YUV | 104.91 | 132.01 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 112 | 0 | 0.76 | 0.47 | 0.18 | 336.75 | 0.64 | 0.51 |
| Hex | D2 | 32 | 70 | 0 | 4C | 2F | 12 | 151 | 40 | 33 |
| Octal | 322 | 62 | 160 | 0 | 114 | 57 | 22 | 521 | 100 | 63 |
| Binary | 11010010 | 110010 | 1110000 | 0 | 1001100 | 101111 | 10010 | 101010001 | 1000000 | 110011 |
Color Harmonies of #D23270
Complementary color
Monochromatic Colors of #D23270
Black with #D23270
Text Example
Text Example
White with #D23270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23270; }
p { color: rgb(210,50,112); }
H1.HeaderClassName
{
color: #D23270;
}
.AnyTagClassName
{
color: #D23270;
}
</style>
background-color css
<style>
a { background-color: #D23270; }
a { background-color: rgb(210,50,112); }
div.DivClassName
{
background-color: #D23270;
}
.BgClassName
{
background-color: #D23270;
}
</style>
border-color css
<style>
span { border-color: #D23270; }
span { border-color: rgb(210,50,112); }
td.TdClassName
{
border-color: #D23270;
}
.TagClassName
{
border-color: #D23270;
}
</style>