Shades of Cerise #D62166
Tints of Cerise #D62166
RGB
CMYK
RGB Variations
Color information
#D62166 (or 0xD62166) is known color: Cerise. HEX triplet: D6, 21 and 66. RGB value is (214,33,102). Sum of RGB (Red+Green+Blue) = 214+33+102=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D62166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62166 is #29DE99. Grayscale: #5E5E5E. Windows color (decimal): -2743962 or 6693334. OLE color: 6693334.
HSL color Cylindrical-coordinate representation of color #D62166: hue angle of 337.13º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62166 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 33 | 102 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.16 |
| HSL | 337.13º | 0.73% | 0.48% | - |
| HSV(B) | 337.13º | 0.85% | 0.84% | - |
| XYZ | 30.67 | 16.34 | 14.11 | - |
| YUV | 94.99 | 131.97 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 33 | 102 | 0 | 0.85 | 0.52 | 0.16 | 337.13 | 0.73 | 0.48 |
| Hex | D6 | 21 | 66 | 0 | 55 | 34 | 10 | 151 | 49 | 30 |
| Octal | 326 | 41 | 146 | 0 | 125 | 64 | 20 | 521 | 111 | 60 |
| Binary | 11010110 | 100001 | 1100110 | 0 | 1010101 | 110100 | 10000 | 101010001 | 1001001 | 110000 |
Color Harmonies of #D62166
Complementary color
Monochromatic Colors of #D62166
Black with #D62166
Text Example
Text Example
White with #D62166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62166; }
p { color: rgb(214,33,102); }
H1.HeaderClassName
{
color: #D62166;
}
.AnyTagClassName
{
color: #D62166;
}
</style>
background-color css
<style>
a { background-color: #D62166; }
a { background-color: rgb(214,33,102); }
div.DivClassName
{
background-color: #D62166;
}
.BgClassName
{
background-color: #D62166;
}
</style>
border-color css
<style>
span { border-color: #D62166; }
span { border-color: rgb(214,33,102); }
td.TdClassName
{
border-color: #D62166;
}
.TagClassName
{
border-color: #D62166;
}
</style>