Shades of Cerise #D23260
Tints of Cerise #D23260
RGB
CMYK
RGB Variations
Color information
#D23260 (or 0xD23260) is known color: Cerise. HEX triplet: D2, 32 and 60. RGB value is (210,50,96). Sum of RGB (Red+Green+Blue) = 210+50+96=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D23260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23260 is #2DCD9F. Grayscale: #676767. Windows color (decimal): -3001760 or 6304466. OLE color: 6304466.
HSL color Cylindrical-coordinate representation of color #D23260: hue angle of 342.75º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23260 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 96 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.18 |
| HSL | 342.75º | 0.64% | 0.51% | - |
| HSV(B) | 342.75º | 0.76% | 0.82% | - |
| XYZ | 29.83 | 16.83 | 12.74 | - |
| YUV | 103.08 | 124.01 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 96 | 0 | 0.76 | 0.54 | 0.18 | 342.75 | 0.64 | 0.51 |
| Hex | D2 | 32 | 60 | 0 | 4C | 36 | 12 | 157 | 40 | 33 |
| Octal | 322 | 62 | 140 | 0 | 114 | 66 | 22 | 527 | 100 | 63 |
| Binary | 11010010 | 110010 | 1100000 | 0 | 1001100 | 110110 | 10010 | 101010111 | 1000000 | 110011 |
Color Harmonies of #D23260
Complementary color
Monochromatic Colors of #D23260
Black with #D23260
Text Example
Text Example
White with #D23260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23260; }
p { color: rgb(210,50,96); }
H1.HeaderClassName
{
color: #D23260;
}
.AnyTagClassName
{
color: #D23260;
}
</style>
background-color css
<style>
a { background-color: #D23260; }
a { background-color: rgb(210,50,96); }
div.DivClassName
{
background-color: #D23260;
}
.BgClassName
{
background-color: #D23260;
}
</style>
border-color css
<style>
span { border-color: #D23260; }
span { border-color: rgb(210,50,96); }
td.TdClassName
{
border-color: #D23260;
}
.TagClassName
{
border-color: #D23260;
}
</style>