Shades of Cerise #D23755
Tints of Cerise #D23755
RGB
CMYK
RGB Variations
Color information
#D23755 (or 0xD23755) is known color: Cerise. HEX triplet: D2, 37 and 55. RGB value is (210,55,85). Sum of RGB (Red+Green+Blue) = 210+55+85=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D23755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23755 is #2DC8AA. Grayscale: #686868. Windows color (decimal): -3000491 or 5584850. OLE color: 5584850.
HSL color Cylindrical-coordinate representation of color #D23755: hue angle of 348.39º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23755 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 85 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.18 |
| HSL | 348.39º | 0.63% | 0.52% | - |
| HSV(B) | 348.39º | 0.74% | 0.82% | - |
| XYZ | 29.58 | 17.09 | 10.33 | - |
| YUV | 104.77 | 116.85 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 85 | 0 | 0.74 | 0.60 | 0.18 | 348.39 | 0.63 | 0.52 |
| Hex | D2 | 37 | 55 | 0 | 4A | 3C | 12 | 15C | 3F | 34 |
| Octal | 322 | 67 | 125 | 0 | 112 | 74 | 22 | 534 | 77 | 64 |
| Binary | 11010010 | 110111 | 1010101 | 0 | 1001010 | 111100 | 10010 | 101011100 | 111111 | 110100 |
Color Harmonies of #D23755
Complementary color
Monochromatic Colors of #D23755
Black with #D23755
Text Example
Text Example
White with #D23755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23755; }
p { color: rgb(210,55,85); }
H1.HeaderClassName
{
color: #D23755;
}
.AnyTagClassName
{
color: #D23755;
}
</style>
background-color css
<style>
a { background-color: #D23755; }
a { background-color: rgb(210,55,85); }
div.DivClassName
{
background-color: #D23755;
}
.BgClassName
{
background-color: #D23755;
}
</style>
border-color css
<style>
span { border-color: #D23755; }
span { border-color: rgb(210,55,85); }
td.TdClassName
{
border-color: #D23755;
}
.TagClassName
{
border-color: #D23755;
}
</style>