Shades of Cerise #D23660
Tints of Cerise #D23660
RGB
CMYK
RGB Variations
Color information
#D23660 (or 0xD23660) is known color: Cerise. HEX triplet: D2, 36 and 60. RGB value is (210,54,96). Sum of RGB (Red+Green+Blue) = 210+54+96=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D23660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23660 is #2DC99F. Grayscale: #696969. Windows color (decimal): -3000736 or 6305490. OLE color: 6305490.
HSL color Cylindrical-coordinate representation of color #D23660: hue angle of 343.85º 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 #D23660 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 96 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.18 |
| HSL | 343.85º | 0.63% | 0.52% | - |
| HSV(B) | 343.85º | 0.74% | 0.82% | - |
| XYZ | 30.01 | 17.18 | 12.8 | - |
| YUV | 105.43 | 122.68 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 96 | 0 | 0.74 | 0.54 | 0.18 | 343.85 | 0.63 | 0.52 |
| Hex | D2 | 36 | 60 | 0 | 4A | 36 | 12 | 158 | 3F | 34 |
| Octal | 322 | 66 | 140 | 0 | 112 | 66 | 22 | 530 | 77 | 64 |
| Binary | 11010010 | 110110 | 1100000 | 0 | 1001010 | 110110 | 10010 | 101011000 | 111111 | 110100 |
Color Harmonies of #D23660
Complementary color
Monochromatic Colors of #D23660
Black with #D23660
Text Example
Text Example
White with #D23660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23660; }
p { color: rgb(210,54,96); }
H1.HeaderClassName
{
color: #D23660;
}
.AnyTagClassName
{
color: #D23660;
}
</style>
background-color css
<style>
a { background-color: #D23660; }
a { background-color: rgb(210,54,96); }
div.DivClassName
{
background-color: #D23660;
}
.BgClassName
{
background-color: #D23660;
}
</style>
border-color css
<style>
span { border-color: #D23660; }
span { border-color: rgb(210,54,96); }
td.TdClassName
{
border-color: #D23660;
}
.TagClassName
{
border-color: #D23660;
}
</style>