Shades of Deep Cerise #D1339D
Tints of Deep Cerise #D1339D
RGB
CMYK
RGB Variations
Color information
#D1339D (or 0xD1339D) is known color: Deep Cerise. HEX triplet: D1, 33 and 9D. RGB value is (209,51,157). Sum of RGB (Red+Green+Blue) = 209+51+157=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1339D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1339D is #2ECC62. Grayscale: #6E6E6E. Windows color (decimal): -3066979 or 10302417. OLE color: 10302417.
HSL color Cylindrical-coordinate representation of color #D1339D: hue angle of 319.75º 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 #D1339D is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 157 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.18 |
| HSL | 319.75º | 0.63% | 0.51% | - |
| HSV(B) | 319.75º | 0.76% | 0.82% | - |
| XYZ | 33.56 | 18.36 | 33.67 | - |
| YUV | 110.33 | 154.35 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 157 | 0 | 0.76 | 0.25 | 0.18 | 319.75 | 0.63 | 0.51 |
| Hex | D1 | 33 | 9D | 0 | 4C | 19 | 12 | 140 | 3F | 33 |
| Octal | 321 | 63 | 235 | 0 | 114 | 31 | 22 | 500 | 77 | 63 |
| Binary | 11010001 | 110011 | 10011101 | 0 | 1001100 | 11001 | 10010 | 101000000 | 111111 | 110011 |
Color Harmonies of #D1339D
Complementary color
Monochromatic Colors of #D1339D
Black with #D1339D
Text Example
Text Example
White with #D1339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1339D; }
p { color: rgb(209,51,157); }
H1.HeaderClassName
{
color: #D1339D;
}
.AnyTagClassName
{
color: #D1339D;
}
</style>
background-color css
<style>
a { background-color: #D1339D; }
a { background-color: rgb(209,51,157); }
div.DivClassName
{
background-color: #D1339D;
}
.BgClassName
{
background-color: #D1339D;
}
</style>
border-color css
<style>
span { border-color: #D1339D; }
span { border-color: rgb(209,51,157); }
td.TdClassName
{
border-color: #D1339D;
}
.TagClassName
{
border-color: #D1339D;
}
</style>