Shades of Cerise #D13266
Tints of Cerise #D13266
RGB
CMYK
RGB Variations
Color information
#D13266 (or 0xD13266) is known color: Cerise. HEX triplet: D1, 32 and 66. RGB value is (209,50,102). Sum of RGB (Red+Green+Blue) = 209+50+102=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D13266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13266 is #2ECD99. Grayscale: #676767. Windows color (decimal): -3067290 or 6697681. OLE color: 6697681.
HSL color Cylindrical-coordinate representation of color #D13266: hue angle of 340.38º degrees, saturation: 0.63, 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 #D13266 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 102 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.18 |
| HSL | 340.38º | 0.63% | 0.51% | - |
| HSV(B) | 340.38º | 0.76% | 0.82% | - |
| XYZ | 29.83 | 16.8 | 14.24 | - |
| YUV | 103.47 | 127.18 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 102 | 0 | 0.76 | 0.51 | 0.18 | 340.38 | 0.63 | 0.51 |
| Hex | D1 | 32 | 66 | 0 | 4C | 33 | 12 | 154 | 3F | 33 |
| Octal | 321 | 62 | 146 | 0 | 114 | 63 | 22 | 524 | 77 | 63 |
| Binary | 11010001 | 110010 | 1100110 | 0 | 1001100 | 110011 | 10010 | 101010100 | 111111 | 110011 |
Color Harmonies of #D13266
Complementary color
Monochromatic Colors of #D13266
Black with #D13266
Text Example
Text Example
White with #D13266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13266; }
p { color: rgb(209,50,102); }
H1.HeaderClassName
{
color: #D13266;
}
.AnyTagClassName
{
color: #D13266;
}
</style>
background-color css
<style>
a { background-color: #D13266; }
a { background-color: rgb(209,50,102); }
div.DivClassName
{
background-color: #D13266;
}
.BgClassName
{
background-color: #D13266;
}
</style>
border-color css
<style>
span { border-color: #D13266; }
span { border-color: rgb(209,50,102); }
td.TdClassName
{
border-color: #D13266;
}
.TagClassName
{
border-color: #D13266;
}
</style>