Shades of Deep Cerise #D1359B
Tints of Deep Cerise #D1359B
RGB
CMYK
RGB Variations
Color information
#D1359B (or 0xD1359B) is known color: Deep Cerise. HEX triplet: D1, 35 and 9B. RGB value is (209,53,155). Sum of RGB (Red+Green+Blue) = 209+53+155=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1359B is #2ECA64. Grayscale: #6F6F6F. Windows color (decimal): -3066469 or 10171857. OLE color: 10171857.
HSL color Cylindrical-coordinate representation of color #D1359B: hue angle of 320.77º 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 #D1359B is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 155 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.18 |
| HSL | 320.77º | 0.63% | 0.51% | - |
| HSV(B) | 320.77º | 0.75% | 0.82% | - |
| XYZ | 33.48 | 18.47 | 32.81 | - |
| YUV | 111.27 | 152.68 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 155 | 0 | 0.75 | 0.26 | 0.18 | 320.77 | 0.63 | 0.51 |
| Hex | D1 | 35 | 9B | 0 | 4B | 1A | 12 | 141 | 3F | 33 |
| Octal | 321 | 65 | 233 | 0 | 113 | 32 | 22 | 501 | 77 | 63 |
| Binary | 11010001 | 110101 | 10011011 | 0 | 1001011 | 11010 | 10010 | 101000001 | 111111 | 110011 |
Color Harmonies of #D1359B
Complementary color
Monochromatic Colors of #D1359B
Black with #D1359B
Text Example
Text Example
White with #D1359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1359B; }
p { color: rgb(209,53,155); }
H1.HeaderClassName
{
color: #D1359B;
}
.AnyTagClassName
{
color: #D1359B;
}
</style>
background-color css
<style>
a { background-color: #D1359B; }
a { background-color: rgb(209,53,155); }
div.DivClassName
{
background-color: #D1359B;
}
.BgClassName
{
background-color: #D1359B;
}
</style>
border-color css
<style>
span { border-color: #D1359B; }
span { border-color: rgb(209,53,155); }
td.TdClassName
{
border-color: #D1359B;
}
.TagClassName
{
border-color: #D1359B;
}
</style>