Shades of Deep Cerise #D1358A
Tints of Deep Cerise #D1358A
RGB
CMYK
RGB Variations
Color information
#D1358A (or 0xD1358A) is known color: Deep Cerise. HEX triplet: D1, 35 and 8A. RGB value is (209,53,138). Sum of RGB (Red+Green+Blue) = 209+53+138=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1358A is #2ECA75. Grayscale: #6D6D6D. Windows color (decimal): -3066486 or 9057745. OLE color: 9057745.
HSL color Cylindrical-coordinate representation of color #D1358A: hue angle of 327.31º 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 #D1358A is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 138 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.18 |
| HSL | 327.31º | 0.63% | 0.51% | - |
| HSV(B) | 327.31º | 0.75% | 0.82% | - |
| XYZ | 32.16 | 17.94 | 25.81 | - |
| YUV | 109.33 | 144.18 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 138 | 0 | 0.75 | 0.34 | 0.18 | 327.31 | 0.63 | 0.51 |
| Hex | D1 | 35 | 8A | 0 | 4B | 22 | 12 | 147 | 3F | 33 |
| Octal | 321 | 65 | 212 | 0 | 113 | 42 | 22 | 507 | 77 | 63 |
| Binary | 11010001 | 110101 | 10001010 | 0 | 1001011 | 100010 | 10010 | 101000111 | 111111 | 110011 |
Color Harmonies of #D1358A
Complementary color
Monochromatic Colors of #D1358A
Black with #D1358A
Text Example
Text Example
White with #D1358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1358A; }
p { color: rgb(209,53,138); }
H1.HeaderClassName
{
color: #D1358A;
}
.AnyTagClassName
{
color: #D1358A;
}
</style>
background-color css
<style>
a { background-color: #D1358A; }
a { background-color: rgb(209,53,138); }
div.DivClassName
{
background-color: #D1358A;
}
.BgClassName
{
background-color: #D1358A;
}
</style>
border-color css
<style>
span { border-color: #D1358A; }
span { border-color: rgb(209,53,138); }
td.TdClassName
{
border-color: #D1358A;
}
.TagClassName
{
border-color: #D1358A;
}
</style>