Shades of Deep Cerise #D1348A
Tints of Deep Cerise #D1348A
RGB
CMYK
RGB Variations
Color information
#D1348A (or 0xD1348A) is known color: Deep Cerise. HEX triplet: D1, 34 and 8A. RGB value is (209,52,138). Sum of RGB (Red+Green+Blue) = 209+52+138=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1348A is #2ECB75. Grayscale: #6C6C6C. Windows color (decimal): -3066742 or 9057489. OLE color: 9057489.
HSL color Cylindrical-coordinate representation of color #D1348A: hue angle of 327.13º 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 #D1348A is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 138 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.18 |
| HSL | 327.13º | 0.63% | 0.51% | - |
| HSV(B) | 327.13º | 0.75% | 0.82% | - |
| XYZ | 32.11 | 17.85 | 25.8 | - |
| YUV | 108.75 | 144.51 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 138 | 0 | 0.75 | 0.34 | 0.18 | 327.13 | 0.63 | 0.51 |
| Hex | D1 | 34 | 8A | 0 | 4B | 22 | 12 | 147 | 3F | 33 |
| Octal | 321 | 64 | 212 | 0 | 113 | 42 | 22 | 507 | 77 | 63 |
| Binary | 11010001 | 110100 | 10001010 | 0 | 1001011 | 100010 | 10010 | 101000111 | 111111 | 110011 |
Color Harmonies of #D1348A
Complementary color
Monochromatic Colors of #D1348A
Black with #D1348A
Text Example
Text Example
White with #D1348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1348A; }
p { color: rgb(209,52,138); }
H1.HeaderClassName
{
color: #D1348A;
}
.AnyTagClassName
{
color: #D1348A;
}
</style>
background-color css
<style>
a { background-color: #D1348A; }
a { background-color: rgb(209,52,138); }
div.DivClassName
{
background-color: #D1348A;
}
.BgClassName
{
background-color: #D1348A;
}
</style>
border-color css
<style>
span { border-color: #D1348A; }
span { border-color: rgb(209,52,138); }
td.TdClassName
{
border-color: #D1348A;
}
.TagClassName
{
border-color: #D1348A;
}
</style>