Shades of Cerise #D9306C
Tints of Cerise #D9306C
RGB
CMYK
RGB Variations
Color information
#D9306C (or 0xD9306C) is known color: Cerise. HEX triplet: D9, 30 and 6C. RGB value is (217,48,108). Sum of RGB (Red+Green+Blue) = 217+48+108=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D9306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9306C is #26CF93. Grayscale: #696969. Windows color (decimal): -2543508 or 7090393. OLE color: 7090393.
HSL color Cylindrical-coordinate representation of color #D9306C: hue angle of 338.7º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9306C is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 48 | 108 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.15 |
| HSL | 338.7º | 0.69% | 0.52% | - |
| HSV(B) | 338.7º | 0.78% | 0.85% | - |
| XYZ | 32.38 | 17.95 | 15.95 | - |
| YUV | 105.37 | 129.49 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 48 | 108 | 0 | 0.78 | 0.50 | 0.15 | 338.7 | 0.69 | 0.52 |
| Hex | D9 | 30 | 6C | 0 | 4E | 32 | F | 153 | 45 | 34 |
| Octal | 331 | 60 | 154 | 0 | 116 | 62 | 17 | 523 | 105 | 64 |
| Binary | 11011001 | 110000 | 1101100 | 0 | 1001110 | 110010 | 1111 | 101010011 | 1000101 | 110100 |
Color Harmonies of #D9306C
Complementary color
Monochromatic Colors of #D9306C
Black with #D9306C
Text Example
Text Example
White with #D9306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9306C; }
p { color: rgb(217,48,108); }
H1.HeaderClassName
{
color: #D9306C;
}
.AnyTagClassName
{
color: #D9306C;
}
</style>
background-color css
<style>
a { background-color: #D9306C; }
a { background-color: rgb(217,48,108); }
div.DivClassName
{
background-color: #D9306C;
}
.BgClassName
{
background-color: #D9306C;
}
</style>
border-color css
<style>
span { border-color: #D9306C; }
span { border-color: rgb(217,48,108); }
td.TdClassName
{
border-color: #D9306C;
}
.TagClassName
{
border-color: #D9306C;
}
</style>