Shades of Cerise #D23655
Tints of Cerise #D23655
RGB
CMYK
RGB Variations
Color information
#D23655 (or 0xD23655) is known color: Cerise. HEX triplet: D2, 36 and 55. RGB value is (210,54,85). Sum of RGB (Red+Green+Blue) = 210+54+85=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D23655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23655 is #2DC9AA. Grayscale: #686868. Windows color (decimal): -3000747 or 5584594. OLE color: 5584594.
HSL color Cylindrical-coordinate representation of color #D23655: hue angle of 348.08º 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 #D23655 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 85 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.18 |
| HSL | 348.08º | 0.63% | 0.52% | - |
| HSV(B) | 348.08º | 0.74% | 0.82% | - |
| XYZ | 29.54 | 17 | 10.32 | - |
| YUV | 104.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 85 | 0 | 0.74 | 0.60 | 0.18 | 348.08 | 0.63 | 0.52 |
| Hex | D2 | 36 | 55 | 0 | 4A | 3C | 12 | 15C | 3F | 34 |
| Octal | 322 | 66 | 125 | 0 | 112 | 74 | 22 | 534 | 77 | 64 |
| Binary | 11010010 | 110110 | 1010101 | 0 | 1001010 | 111100 | 10010 | 101011100 | 111111 | 110100 |
Color Harmonies of #D23655
Complementary color
Monochromatic Colors of #D23655
Black with #D23655
Text Example
Text Example
White with #D23655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23655; }
p { color: rgb(210,54,85); }
H1.HeaderClassName
{
color: #D23655;
}
.AnyTagClassName
{
color: #D23655;
}
</style>
background-color css
<style>
a { background-color: #D23655; }
a { background-color: rgb(210,54,85); }
div.DivClassName
{
background-color: #D23655;
}
.BgClassName
{
background-color: #D23655;
}
</style>
border-color css
<style>
span { border-color: #D23655; }
span { border-color: rgb(210,54,85); }
td.TdClassName
{
border-color: #D23655;
}
.TagClassName
{
border-color: #D23655;
}
</style>