Shades of Deep Cerise #D329AD
Tints of Deep Cerise #D329AD
RGB
CMYK
RGB Variations
Color information
#D329AD (or 0xD329AD) is known color: Deep Cerise. HEX triplet: D3, 29 and AD. RGB value is (211,41,173). Sum of RGB (Red+Green+Blue) = 211+41+173=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D329AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D329AD is #2CD652. Grayscale: #6A6A6A. Windows color (decimal): -2938451 or 11348435. OLE color: 11348435.
HSL color Cylindrical-coordinate representation of color #D329AD: hue angle of 313.41º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D329AD is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 173 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.17 |
| HSL | 313.41º | 0.67% | 0.49% | - |
| HSV(B) | 313.41º | 0.81% | 0.83% | - |
| XYZ | 35.2 | 18.45 | 41.24 | - |
| YUV | 106.88 | 165.32 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 173 | 0 | 0.81 | 0.18 | 0.17 | 313.41 | 0.67 | 0.49 |
| Hex | D3 | 29 | AD | 0 | 51 | 12 | 11 | 139 | 43 | 31 |
| Octal | 323 | 51 | 255 | 0 | 121 | 22 | 21 | 471 | 103 | 61 |
| Binary | 11010011 | 101001 | 10101101 | 0 | 1010001 | 10010 | 10001 | 100111001 | 1000011 | 110001 |
Color Harmonies of #D329AD
Complementary color
Monochromatic Colors of #D329AD
Black with #D329AD
Text Example
Text Example
White with #D329AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D329AD; }
p { color: rgb(211,41,173); }
H1.HeaderClassName
{
color: #D329AD;
}
.AnyTagClassName
{
color: #D329AD;
}
</style>
background-color css
<style>
a { background-color: #D329AD; }
a { background-color: rgb(211,41,173); }
div.DivClassName
{
background-color: #D329AD;
}
.BgClassName
{
background-color: #D329AD;
}
</style>
border-color css
<style>
span { border-color: #D329AD; }
span { border-color: rgb(211,41,173); }
td.TdClassName
{
border-color: #D329AD;
}
.TagClassName
{
border-color: #D329AD;
}
</style>