Shades of Cerise #D9335C
Tints of Cerise #D9335C
RGB
CMYK
RGB Variations
Color information
#D9335C (or 0xD9335C) is known color: Cerise. HEX triplet: D9, 33 and 5C. RGB value is (217,51,92). Sum of RGB (Red+Green+Blue) = 217+51+92=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9335C is #26CCA3. Grayscale: #696969. Windows color (decimal): -2542756 or 6042585. OLE color: 6042585.
HSL color Cylindrical-coordinate representation of color #D9335C: hue angle of 345.18º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9335C is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 51 | 92 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.15 |
| HSL | 345.18º | 0.69% | 0.53% | - |
| HSV(B) | 345.18º | 0.76% | 0.85% | - |
| XYZ | 31.73 | 17.89 | 11.91 | - |
| YUV | 105.31 | 120.5 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 92 | 0 | 0.76 | 0.58 | 0.15 | 345.18 | 0.69 | 0.53 |
| Hex | D9 | 33 | 5C | 0 | 4C | 3A | F | 159 | 45 | 35 |
| Octal | 331 | 63 | 134 | 0 | 114 | 72 | 17 | 531 | 105 | 65 |
| Binary | 11011001 | 110011 | 1011100 | 0 | 1001100 | 111010 | 1111 | 101011001 | 1000101 | 110101 |
Color Harmonies of #D9335C
Complementary color
Monochromatic Colors of #D9335C
Black with #D9335C
Text Example
Text Example
White with #D9335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9335C; }
p { color: rgb(217,51,92); }
H1.HeaderClassName
{
color: #D9335C;
}
.AnyTagClassName
{
color: #D9335C;
}
</style>
background-color css
<style>
a { background-color: #D9335C; }
a { background-color: rgb(217,51,92); }
div.DivClassName
{
background-color: #D9335C;
}
.BgClassName
{
background-color: #D9335C;
}
</style>
border-color css
<style>
span { border-color: #D9335C; }
span { border-color: rgb(217,51,92); }
td.TdClassName
{
border-color: #D9335C;
}
.TagClassName
{
border-color: #D9335C;
}
</style>