Shades of Cerise #D9335D
Tints of Cerise #D9335D
RGB
CMYK
RGB Variations
Color information
#D9335D (or 0xD9335D) is known color: Cerise. HEX triplet: D9, 33 and 5D. RGB value is (217,51,93). Sum of RGB (Red+Green+Blue) = 217+51+93=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D9335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9335D is #26CCA2. Grayscale: #696969. Windows color (decimal): -2542755 or 6108121. OLE color: 6108121.
HSL color Cylindrical-coordinate representation of color #D9335D: hue angle of 344.82º 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 #D9335D is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 51 | 93 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.15 |
| HSL | 344.82º | 0.69% | 0.53% | - |
| HSV(B) | 344.82º | 0.76% | 0.85% | - |
| XYZ | 31.77 | 17.91 | 12.14 | - |
| YUV | 105.42 | 121 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 93 | 0 | 0.76 | 0.57 | 0.15 | 344.82 | 0.69 | 0.53 |
| Hex | D9 | 33 | 5D | 0 | 4C | 39 | F | 159 | 45 | 35 |
| Octal | 331 | 63 | 135 | 0 | 114 | 71 | 17 | 531 | 105 | 65 |
| Binary | 11011001 | 110011 | 1011101 | 0 | 1001100 | 111001 | 1111 | 101011001 | 1000101 | 110101 |
Color Harmonies of #D9335D
Complementary color
Monochromatic Colors of #D9335D
Black with #D9335D
Text Example
Text Example
White with #D9335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9335D; }
p { color: rgb(217,51,93); }
H1.HeaderClassName
{
color: #D9335D;
}
.AnyTagClassName
{
color: #D9335D;
}
</style>
background-color css
<style>
a { background-color: #D9335D; }
a { background-color: rgb(217,51,93); }
div.DivClassName
{
background-color: #D9335D;
}
.BgClassName
{
background-color: #D9335D;
}
</style>
border-color css
<style>
span { border-color: #D9335D; }
span { border-color: rgb(217,51,93); }
td.TdClassName
{
border-color: #D9335D;
}
.TagClassName
{
border-color: #D9335D;
}
</style>