Shades of Cerise #D23262
Tints of Cerise #D23262
RGB
CMYK
RGB Variations
Color information
#D23262 (or 0xD23262) is known color: Cerise. HEX triplet: D2, 32 and 62. RGB value is (210,50,98). Sum of RGB (Red+Green+Blue) = 210+50+98=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D23262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23262 is #2DCD9D. Grayscale: #676767. Windows color (decimal): -3001758 or 6435538. OLE color: 6435538.
HSL color Cylindrical-coordinate representation of color #D23262: hue angle of 342º 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 #D23262 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 98 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.18 |
| HSL | 342º | 0.64% | 0.51% | - |
| HSV(B) | 342º | 0.76% | 0.82% | - |
| XYZ | 29.92 | 16.86 | 13.23 | - |
| YUV | 103.31 | 125.01 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 98 | 0 | 0.76 | 0.53 | 0.18 | 342 | 0.64 | 0.51 |
| Hex | D2 | 32 | 62 | 0 | 4C | 35 | 12 | 156 | 40 | 33 |
| Octal | 322 | 62 | 142 | 0 | 114 | 65 | 22 | 526 | 100 | 63 |
| Binary | 11010010 | 110010 | 1100010 | 0 | 1001100 | 110101 | 10010 | 101010110 | 1000000 | 110011 |
Color Harmonies of #D23262
Complementary color
Monochromatic Colors of #D23262
Black with #D23262
Text Example
Text Example
White with #D23262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23262; }
p { color: rgb(210,50,98); }
H1.HeaderClassName
{
color: #D23262;
}
.AnyTagClassName
{
color: #D23262;
}
</style>
background-color css
<style>
a { background-color: #D23262; }
a { background-color: rgb(210,50,98); }
div.DivClassName
{
background-color: #D23262;
}
.BgClassName
{
background-color: #D23262;
}
</style>
border-color css
<style>
span { border-color: #D23262; }
span { border-color: rgb(210,50,98); }
td.TdClassName
{
border-color: #D23262;
}
.TagClassName
{
border-color: #D23262;
}
</style>