Shades of Deep Cerise #D9327B
Tints of Deep Cerise #D9327B
RGB
CMYK
RGB Variations
Color information
#D9327B (or 0xD9327B) is known color: Deep Cerise. HEX triplet: D9, 32 and 7B. RGB value is (217,50,123). Sum of RGB (Red+Green+Blue) = 217+50+123=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D9327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9327B is #26CD84. Grayscale: #6C6C6C. Windows color (decimal): -2542981 or 8073945. OLE color: 8073945.
HSL color Cylindrical-coordinate representation of color #D9327B: hue angle of 333.77º 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 #D9327B is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 123 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.15 |
| HSL | 333.77º | 0.69% | 0.52% | - |
| HSV(B) | 333.77º | 0.77% | 0.85% | - |
| XYZ | 33.33 | 18.46 | 20.55 | - |
| YUV | 108.26 | 136.33 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 123 | 0 | 0.77 | 0.43 | 0.15 | 333.77 | 0.69 | 0.52 |
| Hex | D9 | 32 | 7B | 0 | 4D | 2B | F | 14E | 45 | 34 |
| Octal | 331 | 62 | 173 | 0 | 115 | 53 | 17 | 516 | 105 | 64 |
| Binary | 11011001 | 110010 | 1111011 | 0 | 1001101 | 101011 | 1111 | 101001110 | 1000101 | 110100 |
Color Harmonies of #D9327B
Complementary color
Monochromatic Colors of #D9327B
Black with #D9327B
Text Example
Text Example
White with #D9327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9327B; }
p { color: rgb(217,50,123); }
H1.HeaderClassName
{
color: #D9327B;
}
.AnyTagClassName
{
color: #D9327B;
}
</style>
background-color css
<style>
a { background-color: #D9327B; }
a { background-color: rgb(217,50,123); }
div.DivClassName
{
background-color: #D9327B;
}
.BgClassName
{
background-color: #D9327B;
}
</style>
border-color css
<style>
span { border-color: #D9327B; }
span { border-color: rgb(217,50,123); }
td.TdClassName
{
border-color: #D9327B;
}
.TagClassName
{
border-color: #D9327B;
}
</style>