Shades of Cerise #D1306D
Tints of Cerise #D1306D
RGB
CMYK
RGB Variations
Color information
#D1306D (or 0xD1306D) is known color: Cerise. HEX triplet: D1, 30 and 6D. RGB value is (209,48,109). Sum of RGB (Red+Green+Blue) = 209+48+109=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D1306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1306D is #2ECF92. Grayscale: #676767. Windows color (decimal): -3067795 or 7155921. OLE color: 7155921.
HSL color Cylindrical-coordinate representation of color #D1306D: hue angle of 337.27º 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 #D1306D is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 109 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.18 |
| HSL | 337.27º | 0.64% | 0.5% | - |
| HSV(B) | 337.27º | 0.77% | 0.82% | - |
| XYZ | 30.11 | 16.77 | 16.12 | - |
| YUV | 103.09 | 131.34 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 109 | 0 | 0.77 | 0.48 | 0.18 | 337.27 | 0.64 | 0.5 |
| Hex | D1 | 30 | 6D | 0 | 4D | 30 | 12 | 151 | 40 | 32 |
| Octal | 321 | 60 | 155 | 0 | 115 | 60 | 22 | 521 | 100 | 62 |
| Binary | 11010001 | 110000 | 1101101 | 0 | 1001101 | 110000 | 10010 | 101010001 | 1000000 | 110010 |
Color Harmonies of #D1306D
Complementary color
Monochromatic Colors of #D1306D
Black with #D1306D
Text Example
Text Example
White with #D1306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1306D; }
p { color: rgb(209,48,109); }
H1.HeaderClassName
{
color: #D1306D;
}
.AnyTagClassName
{
color: #D1306D;
}
</style>
background-color css
<style>
a { background-color: #D1306D; }
a { background-color: rgb(209,48,109); }
div.DivClassName
{
background-color: #D1306D;
}
.BgClassName
{
background-color: #D1306D;
}
</style>
border-color css
<style>
span { border-color: #D1306D; }
span { border-color: rgb(209,48,109); }
td.TdClassName
{
border-color: #D1306D;
}
.TagClassName
{
border-color: #D1306D;
}
</style>