Shades of Cerise #D23C5A
Tints of Cerise #D23C5A
RGB
CMYK
RGB Variations
Color information
#D23C5A (or 0xD23C5A) is known color: Cerise. HEX triplet: D2, 3C and 5A. RGB value is (210,60,90). Sum of RGB (Red+Green+Blue) = 210+60+90=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23C5A is #2DC3A5. Grayscale: #6C6C6C. Windows color (decimal): -2999206 or 5913810. OLE color: 5913810.
HSL color Cylindrical-coordinate representation of color #D23C5A: hue angle of 348º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23C5A is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 90 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.18 |
| HSL | 348º | 0.63% | 0.53% | - |
| HSV(B) | 348º | 0.71% | 0.82% | - |
| XYZ | 30.04 | 17.67 | 11.5 | - |
| YUV | 108.27 | 117.7 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 90 | 0 | 0.71 | 0.57 | 0.18 | 348 | 0.63 | 0.53 |
| Hex | D2 | 3C | 5A | 0 | 47 | 39 | 12 | 15C | 3E | 35 |
| Octal | 322 | 74 | 132 | 0 | 107 | 71 | 22 | 534 | 76 | 65 |
| Binary | 11010010 | 111100 | 1011010 | 0 | 1000111 | 111001 | 10010 | 101011100 | 111110 | 110101 |
Color Harmonies of #D23C5A
Complementary color
Monochromatic Colors of #D23C5A
Black with #D23C5A
Text Example
Text Example
White with #D23C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C5A; }
p { color: rgb(210,60,90); }
H1.HeaderClassName
{
color: #D23C5A;
}
.AnyTagClassName
{
color: #D23C5A;
}
</style>
background-color css
<style>
a { background-color: #D23C5A; }
a { background-color: rgb(210,60,90); }
div.DivClassName
{
background-color: #D23C5A;
}
.BgClassName
{
background-color: #D23C5A;
}
</style>
border-color css
<style>
span { border-color: #D23C5A; }
span { border-color: rgb(210,60,90); }
td.TdClassName
{
border-color: #D23C5A;
}
.TagClassName
{
border-color: #D23C5A;
}
</style>