Shades of Deep Cerise #D1349D
Tints of Deep Cerise #D1349D
RGB
CMYK
RGB Variations
Color information
#D1349D (or 0xD1349D) is known color: Deep Cerise. HEX triplet: D1, 34 and 9D. RGB value is (209,52,157). Sum of RGB (Red+Green+Blue) = 209+52+157=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1349D is #2ECB62. Grayscale: #6E6E6E. Windows color (decimal): -3066723 or 10302673. OLE color: 10302673.
HSL color Cylindrical-coordinate representation of color #D1349D: hue angle of 319.87º 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 #D1349D is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 157 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.18 |
| HSL | 319.87º | 0.63% | 0.51% | - |
| HSV(B) | 319.87º | 0.75% | 0.82% | - |
| XYZ | 33.61 | 18.45 | 33.69 | - |
| YUV | 110.91 | 154.01 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 157 | 0 | 0.75 | 0.25 | 0.18 | 319.87 | 0.63 | 0.51 |
| Hex | D1 | 34 | 9D | 0 | 4B | 19 | 12 | 140 | 3F | 33 |
| Octal | 321 | 64 | 235 | 0 | 113 | 31 | 22 | 500 | 77 | 63 |
| Binary | 11010001 | 110100 | 10011101 | 0 | 1001011 | 11001 | 10010 | 101000000 | 111111 | 110011 |
Color Harmonies of #D1349D
Complementary color
Monochromatic Colors of #D1349D
Black with #D1349D
Text Example
Text Example
White with #D1349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1349D; }
p { color: rgb(209,52,157); }
H1.HeaderClassName
{
color: #D1349D;
}
.AnyTagClassName
{
color: #D1349D;
}
</style>
background-color css
<style>
a { background-color: #D1349D; }
a { background-color: rgb(209,52,157); }
div.DivClassName
{
background-color: #D1349D;
}
.BgClassName
{
background-color: #D1349D;
}
</style>
border-color css
<style>
span { border-color: #D1349D; }
span { border-color: rgb(209,52,157); }
td.TdClassName
{
border-color: #D1349D;
}
.TagClassName
{
border-color: #D1349D;
}
</style>