Shades of Cerise #D23365
Tints of Cerise #D23365
RGB
CMYK
RGB Variations
Color information
#D23365 (or 0xD23365) is known color: Cerise. HEX triplet: D2, 33 and 65. RGB value is (210,51,101). Sum of RGB (Red+Green+Blue) = 210+51+101=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D23365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23365 is #2DCC9A. Grayscale: #686868. Windows color (decimal): -3001499 or 6632402. OLE color: 6632402.
HSL color Cylindrical-coordinate representation of color #D23365: hue angle of 341.13º 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 #D23365 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 101 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.18 |
| HSL | 341.13º | 0.64% | 0.51% | - |
| HSV(B) | 341.13º | 0.76% | 0.82% | - |
| XYZ | 30.11 | 17.01 | 14.01 | - |
| YUV | 104.24 | 126.18 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 101 | 0 | 0.76 | 0.52 | 0.18 | 341.13 | 0.64 | 0.51 |
| Hex | D2 | 33 | 65 | 0 | 4C | 34 | 12 | 155 | 40 | 33 |
| Octal | 322 | 63 | 145 | 0 | 114 | 64 | 22 | 525 | 100 | 63 |
| Binary | 11010010 | 110011 | 1100101 | 0 | 1001100 | 110100 | 10010 | 101010101 | 1000000 | 110011 |
Color Harmonies of #D23365
Complementary color
Monochromatic Colors of #D23365
Black with #D23365
Text Example
Text Example
White with #D23365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23365; }
p { color: rgb(210,51,101); }
H1.HeaderClassName
{
color: #D23365;
}
.AnyTagClassName
{
color: #D23365;
}
</style>
background-color css
<style>
a { background-color: #D23365; }
a { background-color: rgb(210,51,101); }
div.DivClassName
{
background-color: #D23365;
}
.BgClassName
{
background-color: #D23365;
}
</style>
border-color css
<style>
span { border-color: #D23365; }
span { border-color: rgb(210,51,101); }
td.TdClassName
{
border-color: #D23365;
}
.TagClassName
{
border-color: #D23365;
}
</style>