Shades of Deep Cerise #D1328A
Tints of Deep Cerise #D1328A
RGB
CMYK
RGB Variations
Color information
#D1328A (or 0xD1328A) is known color: Deep Cerise. HEX triplet: D1, 32 and 8A. RGB value is (209,50,138). Sum of RGB (Red+Green+Blue) = 209+50+138=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D1328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1328A is #2ECD75. Grayscale: #6B6B6B. Windows color (decimal): -3067254 or 9056977. OLE color: 9056977.
HSL color Cylindrical-coordinate representation of color #D1328A: hue angle of 326.79º 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 #D1328A is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 138 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.18 |
| HSL | 326.79º | 0.63% | 0.51% | - |
| HSV(B) | 326.79º | 0.76% | 0.82% | - |
| XYZ | 32.02 | 17.67 | 25.77 | - |
| YUV | 107.57 | 145.18 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 138 | 0 | 0.76 | 0.34 | 0.18 | 326.79 | 0.63 | 0.51 |
| Hex | D1 | 32 | 8A | 0 | 4C | 22 | 12 | 147 | 3F | 33 |
| Octal | 321 | 62 | 212 | 0 | 114 | 42 | 22 | 507 | 77 | 63 |
| Binary | 11010001 | 110010 | 10001010 | 0 | 1001100 | 100010 | 10010 | 101000111 | 111111 | 110011 |
Color Harmonies of #D1328A
Complementary color
Monochromatic Colors of #D1328A
Black with #D1328A
Text Example
Text Example
White with #D1328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1328A; }
p { color: rgb(209,50,138); }
H1.HeaderClassName
{
color: #D1328A;
}
.AnyTagClassName
{
color: #D1328A;
}
</style>
background-color css
<style>
a { background-color: #D1328A; }
a { background-color: rgb(209,50,138); }
div.DivClassName
{
background-color: #D1328A;
}
.BgClassName
{
background-color: #D1328A;
}
</style>
border-color css
<style>
span { border-color: #D1328A; }
span { border-color: rgb(209,50,138); }
td.TdClassName
{
border-color: #D1328A;
}
.TagClassName
{
border-color: #D1328A;
}
</style>