Shades of Deep Cerise #D1399D
Tints of Deep Cerise #D1399D
RGB
CMYK
RGB Variations
Color information
#D1399D (or 0xD1399D) is known color: Deep Cerise. HEX triplet: D1, 39 and 9D. RGB value is (209,57,157). Sum of RGB (Red+Green+Blue) = 209+57+157=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D1399D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1399D is #2EC662. Grayscale: #717171. Windows color (decimal): -3065443 or 10303953. OLE color: 10303953.
HSL color Cylindrical-coordinate representation of color #D1399D: hue angle of 320.53º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1399D is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 157 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.18 |
| HSL | 320.53º | 0.62% | 0.52% | - |
| HSV(B) | 320.53º | 0.73% | 0.82% | - |
| XYZ | 33.84 | 18.92 | 33.77 | - |
| YUV | 113.85 | 152.36 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 157 | 0 | 0.73 | 0.25 | 0.18 | 320.53 | 0.62 | 0.52 |
| Hex | D1 | 39 | 9D | 0 | 49 | 19 | 12 | 141 | 3E | 34 |
| Octal | 321 | 71 | 235 | 0 | 111 | 31 | 22 | 501 | 76 | 64 |
| Binary | 11010001 | 111001 | 10011101 | 0 | 1001001 | 11001 | 10010 | 101000001 | 111110 | 110100 |
Color Harmonies of #D1399D
Complementary color
Monochromatic Colors of #D1399D
Black with #D1399D
Text Example
Text Example
White with #D1399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1399D; }
p { color: rgb(209,57,157); }
H1.HeaderClassName
{
color: #D1399D;
}
.AnyTagClassName
{
color: #D1399D;
}
</style>
background-color css
<style>
a { background-color: #D1399D; }
a { background-color: rgb(209,57,157); }
div.DivClassName
{
background-color: #D1399D;
}
.BgClassName
{
background-color: #D1399D;
}
</style>
border-color css
<style>
span { border-color: #D1399D; }
span { border-color: rgb(209,57,157); }
td.TdClassName
{
border-color: #D1399D;
}
.TagClassName
{
border-color: #D1399D;
}
</style>