Shades of Deep Cerise #D1307B
Tints of Deep Cerise #D1307B
RGB
CMYK
RGB Variations
Color information
#D1307B (or 0xD1307B) is known color: Deep Cerise. HEX triplet: D1, 30 and 7B. RGB value is (209,48,123). Sum of RGB (Red+Green+Blue) = 209+48+123=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D1307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1307B is #2ECF84. Grayscale: #686868. Windows color (decimal): -3067781 or 8073425. OLE color: 8073425.
HSL color Cylindrical-coordinate representation of color #D1307B: hue angle of 332.05º 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 #D1307B is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 123 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.18 |
| HSL | 332.05º | 0.64% | 0.5% | - |
| HSV(B) | 332.05º | 0.77% | 0.82% | - |
| XYZ | 30.93 | 17.1 | 20.41 | - |
| YUV | 104.69 | 138.34 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 123 | 0 | 0.77 | 0.41 | 0.18 | 332.05 | 0.64 | 0.5 |
| Hex | D1 | 30 | 7B | 0 | 4D | 29 | 12 | 14C | 40 | 32 |
| Octal | 321 | 60 | 173 | 0 | 115 | 51 | 22 | 514 | 100 | 62 |
| Binary | 11010001 | 110000 | 1111011 | 0 | 1001101 | 101001 | 10010 | 101001100 | 1000000 | 110010 |
Color Harmonies of #D1307B
Complementary color
Monochromatic Colors of #D1307B
Black with #D1307B
Text Example
Text Example
White with #D1307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1307B; }
p { color: rgb(209,48,123); }
H1.HeaderClassName
{
color: #D1307B;
}
.AnyTagClassName
{
color: #D1307B;
}
</style>
background-color css
<style>
a { background-color: #D1307B; }
a { background-color: rgb(209,48,123); }
div.DivClassName
{
background-color: #D1307B;
}
.BgClassName
{
background-color: #D1307B;
}
</style>
border-color css
<style>
span { border-color: #D1307B; }
span { border-color: rgb(209,48,123); }
td.TdClassName
{
border-color: #D1307B;
}
.TagClassName
{
border-color: #D1307B;
}
</style>