Shades of Deep Cerise #D1357A
Tints of Deep Cerise #D1357A
RGB
CMYK
RGB Variations
Color information
#D1357A (or 0xD1357A) is known color: Deep Cerise. HEX triplet: D1, 35 and 7A. RGB value is (209,53,122). Sum of RGB (Red+Green+Blue) = 209+53+122=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1357A is #2ECA85. Grayscale: #6B6B6B. Windows color (decimal): -3066502 or 8009169. OLE color: 8009169.
HSL color Cylindrical-coordinate representation of color #D1357A: hue angle of 333.46º 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 #D1357A is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 122 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.18 |
| HSL | 333.46º | 0.63% | 0.51% | - |
| HSV(B) | 333.46º | 0.75% | 0.82% | - |
| XYZ | 31.08 | 17.51 | 20.15 | - |
| YUV | 107.51 | 136.18 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 122 | 0 | 0.75 | 0.42 | 0.18 | 333.46 | 0.63 | 0.51 |
| Hex | D1 | 35 | 7A | 0 | 4B | 2A | 12 | 14D | 3F | 33 |
| Octal | 321 | 65 | 172 | 0 | 113 | 52 | 22 | 515 | 77 | 63 |
| Binary | 11010001 | 110101 | 1111010 | 0 | 1001011 | 101010 | 10010 | 101001101 | 111111 | 110011 |
Color Harmonies of #D1357A
Complementary color
Monochromatic Colors of #D1357A
Black with #D1357A
Text Example
Text Example
White with #D1357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1357A; }
p { color: rgb(209,53,122); }
H1.HeaderClassName
{
color: #D1357A;
}
.AnyTagClassName
{
color: #D1357A;
}
</style>
background-color css
<style>
a { background-color: #D1357A; }
a { background-color: rgb(209,53,122); }
div.DivClassName
{
background-color: #D1357A;
}
.BgClassName
{
background-color: #D1357A;
}
</style>
border-color css
<style>
span { border-color: #D1357A; }
span { border-color: rgb(209,53,122); }
td.TdClassName
{
border-color: #D1357A;
}
.TagClassName
{
border-color: #D1357A;
}
</style>