Shades of Deep Cerise #D6329E
Tints of Deep Cerise #D6329E
RGB
CMYK
RGB Variations
Color information
#D6329E (or 0xD6329E) is known color: Deep Cerise. HEX triplet: D6, 32 and 9E. RGB value is (214,50,158). Sum of RGB (Red+Green+Blue) = 214+50+158=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6329E is #29CD61. Grayscale: #6F6F6F. Windows color (decimal): -2739554 or 10367702. OLE color: 10367702.
HSL color Cylindrical-coordinate representation of color #D6329E: hue angle of 320.49º 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 #D6329E is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 158 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.16 |
| HSL | 320.49º | 0.67% | 0.52% | - |
| HSV(B) | 320.49º | 0.77% | 0.84% | - |
| XYZ | 35.04 | 19.05 | 34.18 | - |
| YUV | 111.35 | 154.33 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 158 | 0 | 0.77 | 0.26 | 0.16 | 320.49 | 0.67 | 0.52 |
| Hex | D6 | 32 | 9E | 0 | 4D | 1A | 10 | 140 | 43 | 34 |
| Octal | 326 | 62 | 236 | 0 | 115 | 32 | 20 | 500 | 103 | 64 |
| Binary | 11010110 | 110010 | 10011110 | 0 | 1001101 | 11010 | 10000 | 101000000 | 1000011 | 110100 |
Color Harmonies of #D6329E
Complementary color
Monochromatic Colors of #D6329E
Black with #D6329E
Text Example
Text Example
White with #D6329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6329E; }
p { color: rgb(214,50,158); }
H1.HeaderClassName
{
color: #D6329E;
}
.AnyTagClassName
{
color: #D6329E;
}
</style>
background-color css
<style>
a { background-color: #D6329E; }
a { background-color: rgb(214,50,158); }
div.DivClassName
{
background-color: #D6329E;
}
.BgClassName
{
background-color: #D6329E;
}
</style>
border-color css
<style>
span { border-color: #D6329E; }
span { border-color: rgb(214,50,158); }
td.TdClassName
{
border-color: #D6329E;
}
.TagClassName
{
border-color: #D6329E;
}
</style>