Shades of Cerise #D1305C
Tints of Cerise #D1305C
RGB
CMYK
RGB Variations
Color information
#D1305C (or 0xD1305C) is known color: Cerise. HEX triplet: D1, 30 and 5C. RGB value is (209,48,92). Sum of RGB (Red+Green+Blue) = 209+48+92=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D1305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1305C is #2ECFA3. Grayscale: #656565. Windows color (decimal): -3067812 or 6041809. OLE color: 6041809.
HSL color Cylindrical-coordinate representation of color #D1305C: hue angle of 343.6º 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 #D1305C is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 92 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.18 |
| HSL | 343.6º | 0.64% | 0.5% | - |
| HSV(B) | 343.6º | 0.77% | 0.82% | - |
| XYZ | 29.28 | 16.44 | 11.76 | - |
| YUV | 101.16 | 122.84 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 92 | 0 | 0.77 | 0.56 | 0.18 | 343.6 | 0.64 | 0.5 |
| Hex | D1 | 30 | 5C | 0 | 4D | 38 | 12 | 158 | 40 | 32 |
| Octal | 321 | 60 | 134 | 0 | 115 | 70 | 22 | 530 | 100 | 62 |
| Binary | 11010001 | 110000 | 1011100 | 0 | 1001101 | 111000 | 10010 | 101011000 | 1000000 | 110010 |
Color Harmonies of #D1305C
Complementary color
Monochromatic Colors of #D1305C
Black with #D1305C
Text Example
Text Example
White with #D1305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1305C; }
p { color: rgb(209,48,92); }
H1.HeaderClassName
{
color: #D1305C;
}
.AnyTagClassName
{
color: #D1305C;
}
</style>
background-color css
<style>
a { background-color: #D1305C; }
a { background-color: rgb(209,48,92); }
div.DivClassName
{
background-color: #D1305C;
}
.BgClassName
{
background-color: #D1305C;
}
</style>
border-color css
<style>
span { border-color: #D1305C; }
span { border-color: rgb(209,48,92); }
td.TdClassName
{
border-color: #D1305C;
}
.TagClassName
{
border-color: #D1305C;
}
</style>