Shades of Deep Cerise #D1329B
Tints of Deep Cerise #D1329B
RGB
CMYK
RGB Variations
Color information
#D1329B (or 0xD1329B) is known color: Deep Cerise. HEX triplet: D1, 32 and 9B. RGB value is (209,50,155). Sum of RGB (Red+Green+Blue) = 209+50+155=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1329B is #2ECD64. Grayscale: #6D6D6D. Windows color (decimal): -3067237 or 10171089. OLE color: 10171089.
HSL color Cylindrical-coordinate representation of color #D1329B: hue angle of 320.38º 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 #D1329B is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 155 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.18 |
| HSL | 320.38º | 0.63% | 0.51% | - |
| HSV(B) | 320.38º | 0.76% | 0.82% | - |
| XYZ | 33.35 | 18.2 | 32.77 | - |
| YUV | 109.51 | 153.68 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 155 | 0 | 0.76 | 0.26 | 0.18 | 320.38 | 0.63 | 0.51 |
| Hex | D1 | 32 | 9B | 0 | 4C | 1A | 12 | 140 | 3F | 33 |
| Octal | 321 | 62 | 233 | 0 | 114 | 32 | 22 | 500 | 77 | 63 |
| Binary | 11010001 | 110010 | 10011011 | 0 | 1001100 | 11010 | 10010 | 101000000 | 111111 | 110011 |
Color Harmonies of #D1329B
Complementary color
Monochromatic Colors of #D1329B
Black with #D1329B
Text Example
Text Example
White with #D1329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1329B; }
p { color: rgb(209,50,155); }
H1.HeaderClassName
{
color: #D1329B;
}
.AnyTagClassName
{
color: #D1329B;
}
</style>
background-color css
<style>
a { background-color: #D1329B; }
a { background-color: rgb(209,50,155); }
div.DivClassName
{
background-color: #D1329B;
}
.BgClassName
{
background-color: #D1329B;
}
</style>
border-color css
<style>
span { border-color: #D1329B; }
span { border-color: rgb(209,50,155); }
td.TdClassName
{
border-color: #D1329B;
}
.TagClassName
{
border-color: #D1329B;
}
</style>