Shades of Deep Cerise #D328AB
Tints of Deep Cerise #D328AB
RGB
CMYK
RGB Variations
Color information
#D328AB (or 0xD328AB) is known color: Deep Cerise. HEX triplet: D3, 28 and AB. RGB value is (211,40,171). Sum of RGB (Red+Green+Blue) = 211+40+171=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D328AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D328AB is #2CD754. Grayscale: #696969. Windows color (decimal): -2938709 or 11217107. OLE color: 11217107.
HSL color Cylindrical-coordinate representation of color #D328AB: hue angle of 314.04º degrees, saturation: 0.68, 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 #D328AB is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 171 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.17 |
| HSL | 314.04º | 0.68% | 0.49% | - |
| HSV(B) | 314.04º | 0.81% | 0.83% | - |
| XYZ | 34.97 | 18.31 | 40.22 | - |
| YUV | 106.06 | 164.65 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 171 | 0 | 0.81 | 0.19 | 0.17 | 314.04 | 0.68 | 0.49 |
| Hex | D3 | 28 | AB | 0 | 51 | 13 | 11 | 13A | 44 | 31 |
| Octal | 323 | 50 | 253 | 0 | 121 | 23 | 21 | 472 | 104 | 61 |
| Binary | 11010011 | 101000 | 10101011 | 0 | 1010001 | 10011 | 10001 | 100111010 | 1000100 | 110001 |
Color Harmonies of #D328AB
Complementary color
Monochromatic Colors of #D328AB
Black with #D328AB
Text Example
Text Example
White with #D328AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D328AB; }
p { color: rgb(211,40,171); }
H1.HeaderClassName
{
color: #D328AB;
}
.AnyTagClassName
{
color: #D328AB;
}
</style>
background-color css
<style>
a { background-color: #D328AB; }
a { background-color: rgb(211,40,171); }
div.DivClassName
{
background-color: #D328AB;
}
.BgClassName
{
background-color: #D328AB;
}
</style>
border-color css
<style>
span { border-color: #D328AB; }
span { border-color: rgb(211,40,171); }
td.TdClassName
{
border-color: #D328AB;
}
.TagClassName
{
border-color: #D328AB;
}
</style>