Shades of Deep Cerise #D6329F
Tints of Deep Cerise #D6329F
RGB
CMYK
RGB Variations
Color information
#D6329F (or 0xD6329F) is known color: Deep Cerise. HEX triplet: D6, 32 and 9F. RGB value is (214,50,159). Sum of RGB (Red+Green+Blue) = 214+50+159=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6329F is #29CD60. Grayscale: #6F6F6F. Windows color (decimal): -2739553 or 10433238. OLE color: 10433238.
HSL color Cylindrical-coordinate representation of color #D6329F: hue angle of 320.12º 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 #D6329F is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 159 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.16 |
| HSL | 320.12º | 0.67% | 0.52% | - |
| HSV(B) | 320.12º | 0.77% | 0.84% | - |
| XYZ | 35.13 | 19.08 | 34.63 | - |
| YUV | 111.46 | 154.83 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 159 | 0 | 0.77 | 0.26 | 0.16 | 320.12 | 0.67 | 0.52 |
| Hex | D6 | 32 | 9F | 0 | 4D | 1A | 10 | 140 | 43 | 34 |
| Octal | 326 | 62 | 237 | 0 | 115 | 32 | 20 | 500 | 103 | 64 |
| Binary | 11010110 | 110010 | 10011111 | 0 | 1001101 | 11010 | 10000 | 101000000 | 1000011 | 110100 |
Color Harmonies of #D6329F
Complementary color
Monochromatic Colors of #D6329F
Black with #D6329F
Text Example
Text Example
White with #D6329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6329F; }
p { color: rgb(214,50,159); }
H1.HeaderClassName
{
color: #D6329F;
}
.AnyTagClassName
{
color: #D6329F;
}
</style>
background-color css
<style>
a { background-color: #D6329F; }
a { background-color: rgb(214,50,159); }
div.DivClassName
{
background-color: #D6329F;
}
.BgClassName
{
background-color: #D6329F;
}
</style>
border-color css
<style>
span { border-color: #D6329F; }
span { border-color: rgb(214,50,159); }
td.TdClassName
{
border-color: #D6329F;
}
.TagClassName
{
border-color: #D6329F;
}
</style>