Shades of Deep Cerise #D1389B
Tints of Deep Cerise #D1389B
RGB
CMYK
RGB Variations
Color information
#D1389B (or 0xD1389B) is known color: Deep Cerise. HEX triplet: D1, 38 and 9B. RGB value is (209,56,155). Sum of RGB (Red+Green+Blue) = 209+56+155=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1389B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1389B is #2EC764. Grayscale: #707070. Windows color (decimal): -3065701 or 10172625. OLE color: 10172625.
HSL color Cylindrical-coordinate representation of color #D1389B: hue angle of 321.18º 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 #D1389B is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 155 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.18 |
| HSL | 321.18º | 0.62% | 0.52% | - |
| HSV(B) | 321.18º | 0.73% | 0.82% | - |
| XYZ | 33.63 | 18.75 | 32.86 | - |
| YUV | 113.03 | 151.69 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 155 | 0 | 0.73 | 0.26 | 0.18 | 321.18 | 0.62 | 0.52 |
| Hex | D1 | 38 | 9B | 0 | 49 | 1A | 12 | 141 | 3E | 34 |
| Octal | 321 | 70 | 233 | 0 | 111 | 32 | 22 | 501 | 76 | 64 |
| Binary | 11010001 | 111000 | 10011011 | 0 | 1001001 | 11010 | 10010 | 101000001 | 111110 | 110100 |
Color Harmonies of #D1389B
Complementary color
Monochromatic Colors of #D1389B
Black with #D1389B
Text Example
Text Example
White with #D1389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1389B; }
p { color: rgb(209,56,155); }
H1.HeaderClassName
{
color: #D1389B;
}
.AnyTagClassName
{
color: #D1389B;
}
</style>
background-color css
<style>
a { background-color: #D1389B; }
a { background-color: rgb(209,56,155); }
div.DivClassName
{
background-color: #D1389B;
}
.BgClassName
{
background-color: #D1389B;
}
</style>
border-color css
<style>
span { border-color: #D1389B; }
span { border-color: rgb(209,56,155); }
td.TdClassName
{
border-color: #D1389B;
}
.TagClassName
{
border-color: #D1389B;
}
</style>