Shades of Deep Cerise #D1399B
Tints of Deep Cerise #D1399B
RGB
CMYK
RGB Variations
Color information
#D1399B (or 0xD1399B) is known color: Deep Cerise. HEX triplet: D1, 39 and 9B. RGB value is (209,57,155). Sum of RGB (Red+Green+Blue) = 209+57+155=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 57 (22.66% from 255 or 13.54% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1399B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1399B is #2EC664. Grayscale: #717171. Windows color (decimal): -3065445 or 10172881. OLE color: 10172881.
HSL color Cylindrical-coordinate representation of color #D1399B: hue angle of 321.32º 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 #D1399B is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 155 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.18 |
| HSL | 321.32º | 0.62% | 0.52% | - |
| HSV(B) | 321.32º | 0.73% | 0.82% | - |
| XYZ | 33.67 | 18.85 | 32.87 | - |
| YUV | 113.62 | 151.36 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 155 | 0 | 0.73 | 0.26 | 0.18 | 321.32 | 0.62 | 0.52 |
| Hex | D1 | 39 | 9B | 0 | 49 | 1A | 12 | 141 | 3E | 34 |
| Octal | 321 | 71 | 233 | 0 | 111 | 32 | 22 | 501 | 76 | 64 |
| Binary | 11010001 | 111001 | 10011011 | 0 | 1001001 | 11010 | 10010 | 101000001 | 111110 | 110100 |
Color Harmonies of #D1399B
Complementary color
Monochromatic Colors of #D1399B
Black with #D1399B
Text Example
Text Example
White with #D1399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1399B; }
p { color: rgb(209,57,155); }
H1.HeaderClassName
{
color: #D1399B;
}
.AnyTagClassName
{
color: #D1399B;
}
</style>
background-color css
<style>
a { background-color: #D1399B; }
a { background-color: rgb(209,57,155); }
div.DivClassName
{
background-color: #D1399B;
}
.BgClassName
{
background-color: #D1399B;
}
</style>
border-color css
<style>
span { border-color: #D1399B; }
span { border-color: rgb(209,57,155); }
td.TdClassName
{
border-color: #D1399B;
}
.TagClassName
{
border-color: #D1399B;
}
</style>