Shades of Cerise #D23462
Tints of Cerise #D23462
RGB
CMYK
RGB Variations
Color information
#D23462 (or 0xD23462) is known color: Cerise. HEX triplet: D2, 34 and 62. RGB value is (210,52,98). Sum of RGB (Red+Green+Blue) = 210+52+98=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D23462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23462 is #2DCB9D. Grayscale: #686868. Windows color (decimal): -3001246 or 6436050. OLE color: 6436050.
HSL color Cylindrical-coordinate representation of color #D23462: hue angle of 342.53º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23462 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 98 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.18 |
| HSL | 342.53º | 0.64% | 0.51% | - |
| HSV(B) | 342.53º | 0.75% | 0.82% | - |
| XYZ | 30.01 | 17.04 | 13.26 | - |
| YUV | 104.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 98 | 0 | 0.75 | 0.53 | 0.18 | 342.53 | 0.64 | 0.51 |
| Hex | D2 | 34 | 62 | 0 | 4B | 35 | 12 | 157 | 40 | 33 |
| Octal | 322 | 64 | 142 | 0 | 113 | 65 | 22 | 527 | 100 | 63 |
| Binary | 11010010 | 110100 | 1100010 | 0 | 1001011 | 110101 | 10010 | 101010111 | 1000000 | 110011 |
Color Harmonies of #D23462
Complementary color
Monochromatic Colors of #D23462
Black with #D23462
Text Example
Text Example
White with #D23462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23462; }
p { color: rgb(210,52,98); }
H1.HeaderClassName
{
color: #D23462;
}
.AnyTagClassName
{
color: #D23462;
}
</style>
background-color css
<style>
a { background-color: #D23462; }
a { background-color: rgb(210,52,98); }
div.DivClassName
{
background-color: #D23462;
}
.BgClassName
{
background-color: #D23462;
}
</style>
border-color css
<style>
span { border-color: #D23462; }
span { border-color: rgb(210,52,98); }
td.TdClassName
{
border-color: #D23462;
}
.TagClassName
{
border-color: #D23462;
}
</style>