Shades of Deep Cerise #D7327B
Tints of Deep Cerise #D7327B
RGB
CMYK
RGB Variations
Color information
#D7327B (or 0xD7327B) is known color: Deep Cerise. HEX triplet: D7, 32 and 7B. RGB value is (215,50,123). Sum of RGB (Red+Green+Blue) = 215+50+123=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D7327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7327B is #28CD84. Grayscale: #6B6B6B. Windows color (decimal): -2674053 or 8073943. OLE color: 8073943.
HSL color Cylindrical-coordinate representation of color #D7327B: hue angle of 333.45º 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 #D7327B is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 123 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.16 |
| HSL | 333.45º | 0.67% | 0.52% | - |
| HSV(B) | 333.45º | 0.77% | 0.84% | - |
| XYZ | 32.74 | 18.16 | 20.52 | - |
| YUV | 107.66 | 136.66 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 123 | 0 | 0.77 | 0.43 | 0.16 | 333.45 | 0.67 | 0.52 |
| Hex | D7 | 32 | 7B | 0 | 4D | 2B | 10 | 14D | 43 | 34 |
| Octal | 327 | 62 | 173 | 0 | 115 | 53 | 20 | 515 | 103 | 64 |
| Binary | 11010111 | 110010 | 1111011 | 0 | 1001101 | 101011 | 10000 | 101001101 | 1000011 | 110100 |
Color Harmonies of #D7327B
Complementary color
Monochromatic Colors of #D7327B
Black with #D7327B
Text Example
Text Example
White with #D7327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7327B; }
p { color: rgb(215,50,123); }
H1.HeaderClassName
{
color: #D7327B;
}
.AnyTagClassName
{
color: #D7327B;
}
</style>
background-color css
<style>
a { background-color: #D7327B; }
a { background-color: rgb(215,50,123); }
div.DivClassName
{
background-color: #D7327B;
}
.BgClassName
{
background-color: #D7327B;
}
</style>
border-color css
<style>
span { border-color: #D7327B; }
span { border-color: rgb(215,50,123); }
td.TdClassName
{
border-color: #D7327B;
}
.TagClassName
{
border-color: #D7327B;
}
</style>