Shades of Cerise #D93166
Tints of Cerise #D93166
RGB
CMYK
RGB Variations
Color information
#D93166 (or 0xD93166) is known color: Cerise. HEX triplet: D9, 31 and 66. RGB value is (217,49,102). Sum of RGB (Red+Green+Blue) = 217+49+102=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D93166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93166 is #26CE99. Grayscale: #696969. Windows color (decimal): -2543258 or 6697433. OLE color: 6697433.
HSL color Cylindrical-coordinate representation of color #D93166: hue angle of 341.07º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D93166 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 102 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.15 |
| HSL | 341.07º | 0.69% | 0.52% | - |
| HSV(B) | 341.07º | 0.77% | 0.85% | - |
| XYZ | 32.11 | 17.91 | 14.33 | - |
| YUV | 105.27 | 126.16 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 102 | 0 | 0.77 | 0.53 | 0.15 | 341.07 | 0.69 | 0.52 |
| Hex | D9 | 31 | 66 | 0 | 4D | 35 | F | 155 | 45 | 34 |
| Octal | 331 | 61 | 146 | 0 | 115 | 65 | 17 | 525 | 105 | 64 |
| Binary | 11011001 | 110001 | 1100110 | 0 | 1001101 | 110101 | 1111 | 101010101 | 1000101 | 110100 |
Color Harmonies of #D93166
Complementary color
Monochromatic Colors of #D93166
Black with #D93166
Text Example
Text Example
White with #D93166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93166; }
p { color: rgb(217,49,102); }
H1.HeaderClassName
{
color: #D93166;
}
.AnyTagClassName
{
color: #D93166;
}
</style>
background-color css
<style>
a { background-color: #D93166; }
a { background-color: rgb(217,49,102); }
div.DivClassName
{
background-color: #D93166;
}
.BgClassName
{
background-color: #D93166;
}
</style>
border-color css
<style>
span { border-color: #D93166; }
span { border-color: rgb(217,49,102); }
td.TdClassName
{
border-color: #D93166;
}
.TagClassName
{
border-color: #D93166;
}
</style>