Shades of Deep Cerise #D7329A
Tints of Deep Cerise #D7329A
RGB
CMYK
RGB Variations
Color information
#D7329A (or 0xD7329A) is known color: Deep Cerise. HEX triplet: D7, 32 and 9A. RGB value is (215,50,154). Sum of RGB (Red+Green+Blue) = 215+50+154=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D7329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7329A is #28CD65. Grayscale: #6E6E6E. Windows color (decimal): -2674022 or 10105559. OLE color: 10105559.
HSL color Cylindrical-coordinate representation of color #D7329A: hue angle of 322.18º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7329A is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 154 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.16 |
| HSL | 322.18º | 0.67% | 0.52% | - |
| HSV(B) | 322.18º | 0.77% | 0.84% | - |
| XYZ | 35 | 19.06 | 32.41 | - |
| YUV | 111.19 | 152.16 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 154 | 0 | 0.77 | 0.28 | 0.16 | 322.18 | 0.67 | 0.52 |
| Hex | D7 | 32 | 9A | 0 | 4D | 1C | 10 | 142 | 43 | 34 |
| Octal | 327 | 62 | 232 | 0 | 115 | 34 | 20 | 502 | 103 | 64 |
| Binary | 11010111 | 110010 | 10011010 | 0 | 1001101 | 11100 | 10000 | 101000010 | 1000011 | 110100 |
Color Harmonies of #D7329A
Complementary color
Monochromatic Colors of #D7329A
Black with #D7329A
Text Example
Text Example
White with #D7329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7329A; }
p { color: rgb(215,50,154); }
H1.HeaderClassName
{
color: #D7329A;
}
.AnyTagClassName
{
color: #D7329A;
}
</style>
background-color css
<style>
a { background-color: #D7329A; }
a { background-color: rgb(215,50,154); }
div.DivClassName
{
background-color: #D7329A;
}
.BgClassName
{
background-color: #D7329A;
}
</style>
border-color css
<style>
span { border-color: #D7329A; }
span { border-color: rgb(215,50,154); }
td.TdClassName
{
border-color: #D7329A;
}
.TagClassName
{
border-color: #D7329A;
}
</style>