Shades of Cerise #D23265
Tints of Cerise #D23265
RGB
CMYK
RGB Variations
Color information
#D23265 (or 0xD23265) is known color: Cerise. HEX triplet: D2, 32 and 65. RGB value is (210,50,101). Sum of RGB (Red+Green+Blue) = 210+50+101=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D23265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23265 is #2DCD9A. Grayscale: #676767. Windows color (decimal): -3001755 or 6632146. OLE color: 6632146.
HSL color Cylindrical-coordinate representation of color #D23265: hue angle of 340.88º 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 #D23265 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 101 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.18 |
| HSL | 340.88º | 0.64% | 0.51% | - |
| HSV(B) | 340.88º | 0.76% | 0.82% | - |
| XYZ | 30.07 | 16.92 | 13.99 | - |
| YUV | 103.65 | 126.51 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 101 | 0 | 0.76 | 0.52 | 0.18 | 340.88 | 0.64 | 0.51 |
| Hex | D2 | 32 | 65 | 0 | 4C | 34 | 12 | 155 | 40 | 33 |
| Octal | 322 | 62 | 145 | 0 | 114 | 64 | 22 | 525 | 100 | 63 |
| Binary | 11010010 | 110010 | 1100101 | 0 | 1001100 | 110100 | 10010 | 101010101 | 1000000 | 110011 |
Color Harmonies of #D23265
Complementary color
Monochromatic Colors of #D23265
Black with #D23265
Text Example
Text Example
White with #D23265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23265; }
p { color: rgb(210,50,101); }
H1.HeaderClassName
{
color: #D23265;
}
.AnyTagClassName
{
color: #D23265;
}
</style>
background-color css
<style>
a { background-color: #D23265; }
a { background-color: rgb(210,50,101); }
div.DivClassName
{
background-color: #D23265;
}
.BgClassName
{
background-color: #D23265;
}
</style>
border-color css
<style>
span { border-color: #D23265; }
span { border-color: rgb(210,50,101); }
td.TdClassName
{
border-color: #D23265;
}
.TagClassName
{
border-color: #D23265;
}
</style>