Shades of Deep Cerise #D6327D
Tints of Deep Cerise #D6327D
RGB
CMYK
RGB Variations
Color information
#D6327D (or 0xD6327D) is known color: Deep Cerise. HEX triplet: D6, 32 and 7D. RGB value is (214,50,125). Sum of RGB (Red+Green+Blue) = 214+50+125=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6327D is #29CD82. Grayscale: #6B6B6B. Windows color (decimal): -2739587 or 8205014. OLE color: 8205014.
HSL color Cylindrical-coordinate representation of color #D6327D: hue angle of 332.56º 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 #D6327D is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 125 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.16 |
| HSL | 332.56º | 0.67% | 0.52% | - |
| HSV(B) | 332.56º | 0.77% | 0.84% | - |
| XYZ | 32.57 | 18.06 | 21.17 | - |
| YUV | 107.59 | 137.83 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 125 | 0 | 0.77 | 0.42 | 0.16 | 332.56 | 0.67 | 0.52 |
| Hex | D6 | 32 | 7D | 0 | 4D | 2A | 10 | 14D | 43 | 34 |
| Octal | 326 | 62 | 175 | 0 | 115 | 52 | 20 | 515 | 103 | 64 |
| Binary | 11010110 | 110010 | 1111101 | 0 | 1001101 | 101010 | 10000 | 101001101 | 1000011 | 110100 |
Color Harmonies of #D6327D
Complementary color
Monochromatic Colors of #D6327D
Black with #D6327D
Text Example
Text Example
White with #D6327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6327D; }
p { color: rgb(214,50,125); }
H1.HeaderClassName
{
color: #D6327D;
}
.AnyTagClassName
{
color: #D6327D;
}
</style>
background-color css
<style>
a { background-color: #D6327D; }
a { background-color: rgb(214,50,125); }
div.DivClassName
{
background-color: #D6327D;
}
.BgClassName
{
background-color: #D6327D;
}
</style>
border-color css
<style>
span { border-color: #D6327D; }
span { border-color: rgb(214,50,125); }
td.TdClassName
{
border-color: #D6327D;
}
.TagClassName
{
border-color: #D6327D;
}
</style>