Shades of Cerise #D9366A
Tints of Cerise #D9366A
RGB
CMYK
RGB Variations
Color information
#D9366A (or 0xD9366A) is known color: Cerise. HEX triplet: D9, 36 and 6A. RGB value is (217,54,106). Sum of RGB (Red+Green+Blue) = 217+54+106=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9366A is #26C995. Grayscale: #6C6C6C. Windows color (decimal): -2541974 or 6960857. OLE color: 6960857.
HSL color Cylindrical-coordinate representation of color #D9366A: hue angle of 340.86º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9366A is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 106 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.15 |
| HSL | 340.86º | 0.68% | 0.53% | - |
| HSV(B) | 340.86º | 0.75% | 0.85% | - |
| XYZ | 32.54 | 18.43 | 15.48 | - |
| YUV | 108.67 | 126.5 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 106 | 0 | 0.75 | 0.51 | 0.15 | 340.86 | 0.68 | 0.53 |
| Hex | D9 | 36 | 6A | 0 | 4B | 33 | F | 155 | 44 | 35 |
| Octal | 331 | 66 | 152 | 0 | 113 | 63 | 17 | 525 | 104 | 65 |
| Binary | 11011001 | 110110 | 1101010 | 0 | 1001011 | 110011 | 1111 | 101010101 | 1000100 | 110101 |
Color Harmonies of #D9366A
Complementary color
Monochromatic Colors of #D9366A
Black with #D9366A
Text Example
Text Example
White with #D9366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9366A; }
p { color: rgb(217,54,106); }
H1.HeaderClassName
{
color: #D9366A;
}
.AnyTagClassName
{
color: #D9366A;
}
</style>
background-color css
<style>
a { background-color: #D9366A; }
a { background-color: rgb(217,54,106); }
div.DivClassName
{
background-color: #D9366A;
}
.BgClassName
{
background-color: #D9366A;
}
</style>
border-color css
<style>
span { border-color: #D9366A; }
span { border-color: rgb(217,54,106); }
td.TdClassName
{
border-color: #D9366A;
}
.TagClassName
{
border-color: #D9366A;
}
</style>