Shades of Cerise #D23760
Tints of Cerise #D23760
RGB
CMYK
RGB Variations
Color information
#D23760 (or 0xD23760) is known color: Cerise. HEX triplet: D2, 37 and 60. RGB value is (210,55,96). Sum of RGB (Red+Green+Blue) = 210+55+96=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D23760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23760 is #2DC89F. Grayscale: #6A6A6A. Windows color (decimal): -3000480 or 6305746. OLE color: 6305746.
HSL color Cylindrical-coordinate representation of color #D23760: hue angle of 344.13º 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 #D23760 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 96 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.18 |
| HSL | 344.13º | 0.63% | 0.52% | - |
| HSV(B) | 344.13º | 0.74% | 0.82% | - |
| XYZ | 30.06 | 17.28 | 12.82 | - |
| YUV | 106.02 | 122.35 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 96 | 0 | 0.74 | 0.54 | 0.18 | 344.13 | 0.63 | 0.52 |
| Hex | D2 | 37 | 60 | 0 | 4A | 36 | 12 | 158 | 3F | 34 |
| Octal | 322 | 67 | 140 | 0 | 112 | 66 | 22 | 530 | 77 | 64 |
| Binary | 11010010 | 110111 | 1100000 | 0 | 1001010 | 110110 | 10010 | 101011000 | 111111 | 110100 |
Color Harmonies of #D23760
Complementary color
Monochromatic Colors of #D23760
Black with #D23760
Text Example
Text Example
White with #D23760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23760; }
p { color: rgb(210,55,96); }
H1.HeaderClassName
{
color: #D23760;
}
.AnyTagClassName
{
color: #D23760;
}
</style>
background-color css
<style>
a { background-color: #D23760; }
a { background-color: rgb(210,55,96); }
div.DivClassName
{
background-color: #D23760;
}
.BgClassName
{
background-color: #D23760;
}
</style>
border-color css
<style>
span { border-color: #D23760; }
span { border-color: rgb(210,55,96); }
td.TdClassName
{
border-color: #D23760;
}
.TagClassName
{
border-color: #D23760;
}
</style>