Shades of Deep Cerise #D029AC
Tints of Deep Cerise #D029AC
RGB
CMYK
RGB Variations
Color information
#D029AC (or 0xD029AC) is known color: Deep Cerise. HEX triplet: D0, 29 and AC. RGB value is (208,41,172). Sum of RGB (Red+Green+Blue) = 208+41+172=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D029AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D029AC is #2FD653. Grayscale: #696969. Windows color (decimal): -3135060 or 11282896. OLE color: 11282896.
HSL color Cylindrical-coordinate representation of color #D029AC: hue angle of 312.93º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D029AC is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 172 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.18 |
| HSL | 312.93º | 0.67% | 0.49% | - |
| HSV(B) | 312.93º | 0.8% | 0.82% | - |
| XYZ | 34.25 | 17.97 | 40.69 | - |
| YUV | 105.87 | 165.33 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 172 | 0 | 0.80 | 0.17 | 0.18 | 312.93 | 0.67 | 0.49 |
| Hex | D0 | 29 | AC | 0 | 50 | 11 | 12 | 139 | 43 | 31 |
| Octal | 320 | 51 | 254 | 0 | 120 | 21 | 22 | 471 | 103 | 61 |
| Binary | 11010000 | 101001 | 10101100 | 0 | 1010000 | 10001 | 10010 | 100111001 | 1000011 | 110001 |
Color Harmonies of #D029AC
Complementary color
Monochromatic Colors of #D029AC
Black with #D029AC
Text Example
Text Example
White with #D029AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D029AC; }
p { color: rgb(208,41,172); }
H1.HeaderClassName
{
color: #D029AC;
}
.AnyTagClassName
{
color: #D029AC;
}
</style>
background-color css
<style>
a { background-color: #D029AC; }
a { background-color: rgb(208,41,172); }
div.DivClassName
{
background-color: #D029AC;
}
.BgClassName
{
background-color: #D029AC;
}
</style>
border-color css
<style>
span { border-color: #D029AC; }
span { border-color: rgb(208,41,172); }
td.TdClassName
{
border-color: #D029AC;
}
.TagClassName
{
border-color: #D029AC;
}
</style>