Shades of Deep Cerise #D1358B
Tints of Deep Cerise #D1358B
RGB
CMYK
RGB Variations
Color information
#D1358B (or 0xD1358B) is known color: Deep Cerise. HEX triplet: D1, 35 and 8B. RGB value is (209,53,139). Sum of RGB (Red+Green+Blue) = 209+53+139=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1358B is #2ECA74. Grayscale: #6D6D6D. Windows color (decimal): -3066485 or 9123281. OLE color: 9123281.
HSL color Cylindrical-coordinate representation of color #D1358B: hue angle of 326.92º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1358B is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 139 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.18 |
| HSL | 326.92º | 0.63% | 0.51% | - |
| HSV(B) | 326.92º | 0.75% | 0.82% | - |
| XYZ | 32.23 | 17.97 | 26.2 | - |
| YUV | 109.45 | 144.68 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 139 | 0 | 0.75 | 0.33 | 0.18 | 326.92 | 0.63 | 0.51 |
| Hex | D1 | 35 | 8B | 0 | 4B | 21 | 12 | 147 | 3F | 33 |
| Octal | 321 | 65 | 213 | 0 | 113 | 41 | 22 | 507 | 77 | 63 |
| Binary | 11010001 | 110101 | 10001011 | 0 | 1001011 | 100001 | 10010 | 101000111 | 111111 | 110011 |
Color Harmonies of #D1358B
Complementary color
Monochromatic Colors of #D1358B
Black with #D1358B
Text Example
Text Example
White with #D1358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1358B; }
p { color: rgb(209,53,139); }
H1.HeaderClassName
{
color: #D1358B;
}
.AnyTagClassName
{
color: #D1358B;
}
</style>
background-color css
<style>
a { background-color: #D1358B; }
a { background-color: rgb(209,53,139); }
div.DivClassName
{
background-color: #D1358B;
}
.BgClassName
{
background-color: #D1358B;
}
</style>
border-color css
<style>
span { border-color: #D1358B; }
span { border-color: rgb(209,53,139); }
td.TdClassName
{
border-color: #D1358B;
}
.TagClassName
{
border-color: #D1358B;
}
</style>