Shades of Deep Cerise #D1329A
Tints of Deep Cerise #D1329A
RGB
CMYK
RGB Variations
Color information
#D1329A (or 0xD1329A) is known color: Deep Cerise. HEX triplet: D1, 32 and 9A. RGB value is (209,50,154). Sum of RGB (Red+Green+Blue) = 209+50+154=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D1329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1329A is #2ECD65. Grayscale: #6D6D6D. Windows color (decimal): -3067238 or 10105553. OLE color: 10105553.
HSL color Cylindrical-coordinate representation of color #D1329A: hue angle of 320.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1329A is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 154 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.18 |
| HSL | 320.75º | 0.63% | 0.51% | - |
| HSV(B) | 320.75º | 0.76% | 0.82% | - |
| XYZ | 33.27 | 18.17 | 32.33 | - |
| YUV | 109.4 | 153.18 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 154 | 0 | 0.76 | 0.26 | 0.18 | 320.75 | 0.63 | 0.51 |
| Hex | D1 | 32 | 9A | 0 | 4C | 1A | 12 | 141 | 3F | 33 |
| Octal | 321 | 62 | 232 | 0 | 114 | 32 | 22 | 501 | 77 | 63 |
| Binary | 11010001 | 110010 | 10011010 | 0 | 1001100 | 11010 | 10010 | 101000001 | 111111 | 110011 |
Color Harmonies of #D1329A
Complementary color
Monochromatic Colors of #D1329A
Black with #D1329A
Text Example
Text Example
White with #D1329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1329A; }
p { color: rgb(209,50,154); }
H1.HeaderClassName
{
color: #D1329A;
}
.AnyTagClassName
{
color: #D1329A;
}
</style>
background-color css
<style>
a { background-color: #D1329A; }
a { background-color: rgb(209,50,154); }
div.DivClassName
{
background-color: #D1329A;
}
.BgClassName
{
background-color: #D1329A;
}
</style>
border-color css
<style>
span { border-color: #D1329A; }
span { border-color: rgb(209,50,154); }
td.TdClassName
{
border-color: #D1329A;
}
.TagClassName
{
border-color: #D1329A;
}
</style>