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