Shades of Deep Cerise #D5329C
Tints of Deep Cerise #D5329C
RGB
CMYK
RGB Variations
Color information
#D5329C (or 0xD5329C) is known color: Deep Cerise. HEX triplet: D5, 32 and 9C. RGB value is (213,50,156). Sum of RGB (Red+Green+Blue) = 213+50+156=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5329C is #2ACD63. Grayscale: #6E6E6E. Windows color (decimal): -2805092 or 10236629. OLE color: 10236629.
HSL color Cylindrical-coordinate representation of color #D5329C: hue angle of 320.98º degrees, saturation: 0.66, 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 #D5329C is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 156 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.16 |
| HSL | 320.98º | 0.66% | 0.52% | - |
| HSV(B) | 320.98º | 0.77% | 0.84% | - |
| XYZ | 34.58 | 18.83 | 33.26 | - |
| YUV | 110.82 | 153.5 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 156 | 0 | 0.77 | 0.27 | 0.16 | 320.98 | 0.66 | 0.52 |
| Hex | D5 | 32 | 9C | 0 | 4D | 1B | 10 | 141 | 42 | 34 |
| Octal | 325 | 62 | 234 | 0 | 115 | 33 | 20 | 501 | 102 | 64 |
| Binary | 11010101 | 110010 | 10011100 | 0 | 1001101 | 11011 | 10000 | 101000001 | 1000010 | 110100 |
Color Harmonies of #D5329C
Complementary color
Monochromatic Colors of #D5329C
Black with #D5329C
Text Example
Text Example
White with #D5329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5329C; }
p { color: rgb(213,50,156); }
H1.HeaderClassName
{
color: #D5329C;
}
.AnyTagClassName
{
color: #D5329C;
}
</style>
background-color css
<style>
a { background-color: #D5329C; }
a { background-color: rgb(213,50,156); }
div.DivClassName
{
background-color: #D5329C;
}
.BgClassName
{
background-color: #D5329C;
}
</style>
border-color css
<style>
span { border-color: #D5329C; }
span { border-color: rgb(213,50,156); }
td.TdClassName
{
border-color: #D5329C;
}
.TagClassName
{
border-color: #D5329C;
}
</style>