Shades of Cerise #D94366
Tints of Cerise #D94366
RGB
CMYK
RGB Variations
Color information
#D94366 (or 0xD94366) is known color: Cerise. HEX triplet: D9, 43 and 66. RGB value is (217,67,102). Sum of RGB (Red+Green+Blue) = 217+67+102=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D94366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94366 is #26BC99. Grayscale: #737373. Windows color (decimal): -2538650 or 6702041. OLE color: 6702041.
HSL color Cylindrical-coordinate representation of color #D94366: hue angle of 346º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94366 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 102 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.15 |
| HSL | 346º | 0.66% | 0.56% | - |
| HSV(B) | 346º | 0.69% | 0.85% | - |
| XYZ | 33.02 | 19.73 | 14.64 | - |
| YUV | 115.84 | 120.2 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 102 | 0 | 0.69 | 0.53 | 0.15 | 346 | 0.66 | 0.56 |
| Hex | D9 | 43 | 66 | 0 | 45 | 35 | F | 15A | 42 | 38 |
| Octal | 331 | 103 | 146 | 0 | 105 | 65 | 17 | 532 | 102 | 70 |
| Binary | 11011001 | 1000011 | 1100110 | 0 | 1000101 | 110101 | 1111 | 101011010 | 1000010 | 111000 |
Color Harmonies of #D94366
Complementary color
Monochromatic Colors of #D94366
Black with #D94366
Text Example
Text Example
White with #D94366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94366; }
p { color: rgb(217,67,102); }
H1.HeaderClassName
{
color: #D94366;
}
.AnyTagClassName
{
color: #D94366;
}
</style>
background-color css
<style>
a { background-color: #D94366; }
a { background-color: rgb(217,67,102); }
div.DivClassName
{
background-color: #D94366;
}
.BgClassName
{
background-color: #D94366;
}
</style>
border-color css
<style>
span { border-color: #D94366; }
span { border-color: rgb(217,67,102); }
td.TdClassName
{
border-color: #D94366;
}
.TagClassName
{
border-color: #D94366;
}
</style>