Shades of Deep Cerise #D328A5
Tints of Deep Cerise #D328A5
RGB
CMYK
RGB Variations
Color information
#D328A5 (or 0xD328A5) is known color: Deep Cerise. HEX triplet: D3, 28 and A5. RGB value is (211,40,165). Sum of RGB (Red+Green+Blue) = 211+40+165=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D328A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D328A5 is #2CD75A. Grayscale: #696969. Windows color (decimal): -2938715 or 10823891. OLE color: 10823891.
HSL color Cylindrical-coordinate representation of color #D328A5: hue angle of 316.14º 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 #D328A5 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 165 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.17 |
| HSL | 316.14º | 0.68% | 0.49% | - |
| HSV(B) | 316.14º | 0.81% | 0.83% | - |
| XYZ | 34.41 | 18.08 | 37.27 | - |
| YUV | 105.38 | 161.65 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 165 | 0 | 0.81 | 0.22 | 0.17 | 316.14 | 0.68 | 0.49 |
| Hex | D3 | 28 | A5 | 0 | 51 | 16 | 11 | 13C | 44 | 31 |
| Octal | 323 | 50 | 245 | 0 | 121 | 26 | 21 | 474 | 104 | 61 |
| Binary | 11010011 | 101000 | 10100101 | 0 | 1010001 | 10110 | 10001 | 100111100 | 1000100 | 110001 |
Color Harmonies of #D328A5
Complementary color
Monochromatic Colors of #D328A5
Black with #D328A5
Text Example
Text Example
White with #D328A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D328A5; }
p { color: rgb(211,40,165); }
H1.HeaderClassName
{
color: #D328A5;
}
.AnyTagClassName
{
color: #D328A5;
}
</style>
background-color css
<style>
a { background-color: #D328A5; }
a { background-color: rgb(211,40,165); }
div.DivClassName
{
background-color: #D328A5;
}
.BgClassName
{
background-color: #D328A5;
}
</style>
border-color css
<style>
span { border-color: #D328A5; }
span { border-color: rgb(211,40,165); }
td.TdClassName
{
border-color: #D328A5;
}
.TagClassName
{
border-color: #D328A5;
}
</style>