Shades of Cerise #D23266
Tints of Cerise #D23266
RGB
CMYK
RGB Variations
Color information
#D23266 (or 0xD23266) is known color: Cerise. HEX triplet: D2, 32 and 66. RGB value is (210,50,102). Sum of RGB (Red+Green+Blue) = 210+50+102=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D23266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23266 is #2DCD99. Grayscale: #676767. Windows color (decimal): -3001754 or 6697682. OLE color: 6697682.
HSL color Cylindrical-coordinate representation of color #D23266: hue angle of 340.5º 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 #D23266 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 102 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.18 |
| HSL | 340.5º | 0.64% | 0.51% | - |
| HSV(B) | 340.5º | 0.76% | 0.82% | - |
| XYZ | 30.12 | 16.94 | 14.25 | - |
| YUV | 103.77 | 127.01 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 102 | 0 | 0.76 | 0.51 | 0.18 | 340.5 | 0.64 | 0.51 |
| Hex | D2 | 32 | 66 | 0 | 4C | 33 | 12 | 154 | 40 | 33 |
| Octal | 322 | 62 | 146 | 0 | 114 | 63 | 22 | 524 | 100 | 63 |
| Binary | 11010010 | 110010 | 1100110 | 0 | 1001100 | 110011 | 10010 | 101010100 | 1000000 | 110011 |
Color Harmonies of #D23266
Complementary color
Monochromatic Colors of #D23266
Black with #D23266
Text Example
Text Example
White with #D23266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23266; }
p { color: rgb(210,50,102); }
H1.HeaderClassName
{
color: #D23266;
}
.AnyTagClassName
{
color: #D23266;
}
</style>
background-color css
<style>
a { background-color: #D23266; }
a { background-color: rgb(210,50,102); }
div.DivClassName
{
background-color: #D23266;
}
.BgClassName
{
background-color: #D23266;
}
</style>
border-color css
<style>
span { border-color: #D23266; }
span { border-color: rgb(210,50,102); }
td.TdClassName
{
border-color: #D23266;
}
.TagClassName
{
border-color: #D23266;
}
</style>