Shades of Deep Cerise #D9327D
Tints of Deep Cerise #D9327D
RGB
CMYK
RGB Variations
Color information
#D9327D (or 0xD9327D) is known color: Deep Cerise. HEX triplet: D9, 32 and 7D. RGB value is (217,50,125). Sum of RGB (Red+Green+Blue) = 217+50+125=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D9327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9327D is #26CD82. Grayscale: #6C6C6C. Windows color (decimal): -2542979 or 8205017. OLE color: 8205017.
HSL color Cylindrical-coordinate representation of color #D9327D: hue angle of 333.05º 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 #D9327D is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 125 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.15 |
| HSL | 333.05º | 0.69% | 0.52% | - |
| HSV(B) | 333.05º | 0.77% | 0.85% | - |
| XYZ | 33.46 | 18.51 | 21.21 | - |
| YUV | 108.48 | 137.33 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 125 | 0 | 0.77 | 0.42 | 0.15 | 333.05 | 0.69 | 0.52 |
| Hex | D9 | 32 | 7D | 0 | 4D | 2A | F | 14D | 45 | 34 |
| Octal | 331 | 62 | 175 | 0 | 115 | 52 | 17 | 515 | 105 | 64 |
| Binary | 11011001 | 110010 | 1111101 | 0 | 1001101 | 101010 | 1111 | 101001101 | 1000101 | 110100 |
Color Harmonies of #D9327D
Complementary color
Monochromatic Colors of #D9327D
Black with #D9327D
Text Example
Text Example
White with #D9327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9327D; }
p { color: rgb(217,50,125); }
H1.HeaderClassName
{
color: #D9327D;
}
.AnyTagClassName
{
color: #D9327D;
}
</style>
background-color css
<style>
a { background-color: #D9327D; }
a { background-color: rgb(217,50,125); }
div.DivClassName
{
background-color: #D9327D;
}
.BgClassName
{
background-color: #D9327D;
}
</style>
border-color css
<style>
span { border-color: #D9327D; }
span { border-color: rgb(217,50,125); }
td.TdClassName
{
border-color: #D9327D;
}
.TagClassName
{
border-color: #D9327D;
}
</style>