Shades of Cerise #D13166
Tints of Cerise #D13166
RGB
CMYK
RGB Variations
Color information
#D13166 (or 0xD13166) is known color: Cerise. HEX triplet: D1, 31 and 66. RGB value is (209,49,102). Sum of RGB (Red+Green+Blue) = 209+49+102=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D13166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13166 is #2ECE99. Grayscale: #666666. Windows color (decimal): -3067546 or 6697425. OLE color: 6697425.
HSL color Cylindrical-coordinate representation of color #D13166: hue angle of 340.12º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13166 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 102 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.18 |
| HSL | 340.13º | 0.63% | 0.51% | - |
| HSV(B) | 340.13º | 0.77% | 0.82% | - |
| XYZ | 29.79 | 16.71 | 14.23 | - |
| YUV | 102.88 | 127.51 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 102 | 0 | 0.77 | 0.51 | 0.18 | 340.13 | 0.63 | 0.51 |
| Hex | D1 | 31 | 66 | 0 | 4D | 33 | 12 | 154 | 3F | 33 |
| Octal | 321 | 61 | 146 | 0 | 115 | 63 | 22 | 524 | 77 | 63 |
| Binary | 11010001 | 110001 | 1100110 | 0 | 1001101 | 110011 | 10010 | 101010100 | 111111 | 110011 |
Color Harmonies of #D13166
Complementary color
Monochromatic Colors of #D13166
Black with #D13166
Text Example
Text Example
White with #D13166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13166; }
p { color: rgb(209,49,102); }
H1.HeaderClassName
{
color: #D13166;
}
.AnyTagClassName
{
color: #D13166;
}
</style>
background-color css
<style>
a { background-color: #D13166; }
a { background-color: rgb(209,49,102); }
div.DivClassName
{
background-color: #D13166;
}
.BgClassName
{
background-color: #D13166;
}
</style>
border-color css
<style>
span { border-color: #D13166; }
span { border-color: rgb(209,49,102); }
td.TdClassName
{
border-color: #D13166;
}
.TagClassName
{
border-color: #D13166;
}
</style>