Shades of Deep Cerise #D1347B
Tints of Deep Cerise #D1347B
RGB
CMYK
RGB Variations
Color information
#D1347B (or 0xD1347B) is known color: Deep Cerise. HEX triplet: D1, 34 and 7B. RGB value is (209,52,123). Sum of RGB (Red+Green+Blue) = 209+52+123=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1347B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1347B is #2ECB84. Grayscale: #6A6A6A. Windows color (decimal): -3066757 or 8074449. OLE color: 8074449.
HSL color Cylindrical-coordinate representation of color #D1347B: hue angle of 332.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 #D1347B is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 123 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.18 |
| HSL | 332.87º | 0.63% | 0.51% | - |
| HSV(B) | 332.87º | 0.75% | 0.82% | - |
| XYZ | 31.1 | 17.44 | 20.47 | - |
| YUV | 107.04 | 137.01 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 123 | 0 | 0.75 | 0.41 | 0.18 | 332.87 | 0.63 | 0.51 |
| Hex | D1 | 34 | 7B | 0 | 4B | 29 | 12 | 14D | 3F | 33 |
| Octal | 321 | 64 | 173 | 0 | 113 | 51 | 22 | 515 | 77 | 63 |
| Binary | 11010001 | 110100 | 1111011 | 0 | 1001011 | 101001 | 10010 | 101001101 | 111111 | 110011 |
Color Harmonies of #D1347B
Complementary color
Monochromatic Colors of #D1347B
Black with #D1347B
Text Example
Text Example
White with #D1347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1347B; }
p { color: rgb(209,52,123); }
H1.HeaderClassName
{
color: #D1347B;
}
.AnyTagClassName
{
color: #D1347B;
}
</style>
background-color css
<style>
a { background-color: #D1347B; }
a { background-color: rgb(209,52,123); }
div.DivClassName
{
background-color: #D1347B;
}
.BgClassName
{
background-color: #D1347B;
}
</style>
border-color css
<style>
span { border-color: #D1347B; }
span { border-color: rgb(209,52,123); }
td.TdClassName
{
border-color: #D1347B;
}
.TagClassName
{
border-color: #D1347B;
}
</style>