Shades of Deep Cerise #D1307A
Tints of Deep Cerise #D1307A
RGB
CMYK
RGB Variations
Color information
#D1307A (or 0xD1307A) is known color: Deep Cerise. HEX triplet: D1, 30 and 7A. RGB value is (209,48,122). Sum of RGB (Red+Green+Blue) = 209+48+122=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D1307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1307A is #2ECF85. Grayscale: #686868. Windows color (decimal): -3067782 or 8007889. OLE color: 8007889.
HSL color Cylindrical-coordinate representation of color #D1307A: hue angle of 332.42º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1307A is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 122 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.18 |
| HSL | 332.42º | 0.64% | 0.5% | - |
| HSV(B) | 332.42º | 0.77% | 0.82% | - |
| XYZ | 30.86 | 17.07 | 20.08 | - |
| YUV | 104.58 | 137.84 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 122 | 0 | 0.77 | 0.42 | 0.18 | 332.42 | 0.64 | 0.5 |
| Hex | D1 | 30 | 7A | 0 | 4D | 2A | 12 | 14C | 40 | 32 |
| Octal | 321 | 60 | 172 | 0 | 115 | 52 | 22 | 514 | 100 | 62 |
| Binary | 11010001 | 110000 | 1111010 | 0 | 1001101 | 101010 | 10010 | 101001100 | 1000000 | 110010 |
Color Harmonies of #D1307A
Complementary color
Monochromatic Colors of #D1307A
Black with #D1307A
Text Example
Text Example
White with #D1307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1307A; }
p { color: rgb(209,48,122); }
H1.HeaderClassName
{
color: #D1307A;
}
.AnyTagClassName
{
color: #D1307A;
}
</style>
background-color css
<style>
a { background-color: #D1307A; }
a { background-color: rgb(209,48,122); }
div.DivClassName
{
background-color: #D1307A;
}
.BgClassName
{
background-color: #D1307A;
}
</style>
border-color css
<style>
span { border-color: #D1307A; }
span { border-color: rgb(209,48,122); }
td.TdClassName
{
border-color: #D1307A;
}
.TagClassName
{
border-color: #D1307A;
}
</style>