Shades of Deep Cerise #D329AB
Tints of Deep Cerise #D329AB
RGB
CMYK
RGB Variations
Color information
#D329AB (or 0xD329AB) is known color: Deep Cerise. HEX triplet: D3, 29 and AB. RGB value is (211,41,171). Sum of RGB (Red+Green+Blue) = 211+41+171=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D329AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D329AB is #2CD654. Grayscale: #6A6A6A. Windows color (decimal): -2938453 or 11217363. OLE color: 11217363.
HSL color Cylindrical-coordinate representation of color #D329AB: hue angle of 314.12º 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 #D329AB is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 171 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.17 |
| HSL | 314.12º | 0.67% | 0.49% | - |
| HSV(B) | 314.12º | 0.81% | 0.83% | - |
| XYZ | 35.01 | 18.38 | 40.23 | - |
| YUV | 106.65 | 164.32 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 171 | 0 | 0.81 | 0.19 | 0.17 | 314.12 | 0.67 | 0.49 |
| Hex | D3 | 29 | AB | 0 | 51 | 13 | 11 | 13A | 43 | 31 |
| Octal | 323 | 51 | 253 | 0 | 121 | 23 | 21 | 472 | 103 | 61 |
| Binary | 11010011 | 101001 | 10101011 | 0 | 1010001 | 10011 | 10001 | 100111010 | 1000011 | 110001 |
Color Harmonies of #D329AB
Complementary color
Monochromatic Colors of #D329AB
Black with #D329AB
Text Example
Text Example
White with #D329AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D329AB; }
p { color: rgb(211,41,171); }
H1.HeaderClassName
{
color: #D329AB;
}
.AnyTagClassName
{
color: #D329AB;
}
</style>
background-color css
<style>
a { background-color: #D329AB; }
a { background-color: rgb(211,41,171); }
div.DivClassName
{
background-color: #D329AB;
}
.BgClassName
{
background-color: #D329AB;
}
</style>
border-color css
<style>
span { border-color: #D329AB; }
span { border-color: rgb(211,41,171); }
td.TdClassName
{
border-color: #D329AB;
}
.TagClassName
{
border-color: #D329AB;
}
</style>