Shades of Deep Cerise #D639A2
Tints of Deep Cerise #D639A2
RGB
CMYK
RGB Variations
Color information
#D639A2 (or 0xD639A2) is known color: Deep Cerise. HEX triplet: D6, 39 and A2. RGB value is (214,57,162). Sum of RGB (Red+Green+Blue) = 214+57+162=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D639A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D639A2 is #29C65D. Grayscale: #737373. Windows color (decimal): -2737758 or 10631638. OLE color: 10631638.
HSL color Cylindrical-coordinate representation of color #D639A2: hue angle of 319.87º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D639A2 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 162 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.16 |
| HSL | 319.87º | 0.66% | 0.53% | - |
| HSV(B) | 319.87º | 0.73% | 0.84% | - |
| XYZ | 35.72 | 19.83 | 36.13 | - |
| YUV | 115.91 | 154.01 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 162 | 0 | 0.73 | 0.24 | 0.16 | 319.87 | 0.66 | 0.53 |
| Hex | D6 | 39 | A2 | 0 | 49 | 18 | 10 | 140 | 42 | 35 |
| Octal | 326 | 71 | 242 | 0 | 111 | 30 | 20 | 500 | 102 | 65 |
| Binary | 11010110 | 111001 | 10100010 | 0 | 1001001 | 11000 | 10000 | 101000000 | 1000010 | 110101 |
Color Harmonies of #D639A2
Complementary color
Monochromatic Colors of #D639A2
Black with #D639A2
Text Example
Text Example
White with #D639A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D639A2; }
p { color: rgb(214,57,162); }
H1.HeaderClassName
{
color: #D639A2;
}
.AnyTagClassName
{
color: #D639A2;
}
</style>
background-color css
<style>
a { background-color: #D639A2; }
a { background-color: rgb(214,57,162); }
div.DivClassName
{
background-color: #D639A2;
}
.BgClassName
{
background-color: #D639A2;
}
</style>
border-color css
<style>
span { border-color: #D639A2; }
span { border-color: rgb(214,57,162); }
td.TdClassName
{
border-color: #D639A2;
}
.TagClassName
{
border-color: #D639A2;
}
</style>