Shades of Cerise #D9325F
Tints of Cerise #D9325F
RGB
CMYK
RGB Variations
Color information
#D9325F (or 0xD9325F) is known color: Cerise. HEX triplet: D9, 32 and 5F. RGB value is (217,50,95). Sum of RGB (Red+Green+Blue) = 217+50+95=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D9325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9325F is #26CDA0. Grayscale: #696969. Windows color (decimal): -2543009 or 6238937. OLE color: 6238937.
HSL color Cylindrical-coordinate representation of color #D9325F: hue angle of 343.83º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9325F is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 95 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.15 |
| HSL | 343.83º | 0.69% | 0.52% | - |
| HSV(B) | 343.83º | 0.77% | 0.85% | - |
| XYZ | 31.82 | 17.86 | 12.6 | - |
| YUV | 105.06 | 122.33 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 95 | 0 | 0.77 | 0.56 | 0.15 | 343.83 | 0.69 | 0.52 |
| Hex | D9 | 32 | 5F | 0 | 4D | 38 | F | 158 | 45 | 34 |
| Octal | 331 | 62 | 137 | 0 | 115 | 70 | 17 | 530 | 105 | 64 |
| Binary | 11011001 | 110010 | 1011111 | 0 | 1001101 | 111000 | 1111 | 101011000 | 1000101 | 110100 |
Color Harmonies of #D9325F
Complementary color
Monochromatic Colors of #D9325F
Black with #D9325F
Text Example
Text Example
White with #D9325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9325F; }
p { color: rgb(217,50,95); }
H1.HeaderClassName
{
color: #D9325F;
}
.AnyTagClassName
{
color: #D9325F;
}
</style>
background-color css
<style>
a { background-color: #D9325F; }
a { background-color: rgb(217,50,95); }
div.DivClassName
{
background-color: #D9325F;
}
.BgClassName
{
background-color: #D9325F;
}
</style>
border-color css
<style>
span { border-color: #D9325F; }
span { border-color: rgb(217,50,95); }
td.TdClassName
{
border-color: #D9325F;
}
.TagClassName
{
border-color: #D9325F;
}
</style>