Shades of Cerise #D1305D
Tints of Cerise #D1305D
RGB
CMYK
RGB Variations
Color information
#D1305D (or 0xD1305D) is known color: Cerise. HEX triplet: D1, 30 and 5D. RGB value is (209,48,93). Sum of RGB (Red+Green+Blue) = 209+48+93=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D1305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1305D is #2ECFA2. Grayscale: #656565. Windows color (decimal): -3067811 or 6107345. OLE color: 6107345.
HSL color Cylindrical-coordinate representation of color #D1305D: hue angle of 343.23º 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 #D1305D is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 93 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.18 |
| HSL | 343.23º | 0.64% | 0.5% | - |
| HSV(B) | 343.23º | 0.77% | 0.82% | - |
| XYZ | 29.33 | 16.46 | 11.99 | - |
| YUV | 101.27 | 123.34 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 93 | 0 | 0.77 | 0.56 | 0.18 | 343.23 | 0.64 | 0.5 |
| Hex | D1 | 30 | 5D | 0 | 4D | 38 | 12 | 157 | 40 | 32 |
| Octal | 321 | 60 | 135 | 0 | 115 | 70 | 22 | 527 | 100 | 62 |
| Binary | 11010001 | 110000 | 1011101 | 0 | 1001101 | 111000 | 10010 | 101010111 | 1000000 | 110010 |
Color Harmonies of #D1305D
Complementary color
Monochromatic Colors of #D1305D
Black with #D1305D
Text Example
Text Example
White with #D1305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1305D; }
p { color: rgb(209,48,93); }
H1.HeaderClassName
{
color: #D1305D;
}
.AnyTagClassName
{
color: #D1305D;
}
</style>
background-color css
<style>
a { background-color: #D1305D; }
a { background-color: rgb(209,48,93); }
div.DivClassName
{
background-color: #D1305D;
}
.BgClassName
{
background-color: #D1305D;
}
</style>
border-color css
<style>
span { border-color: #D1305D; }
span { border-color: rgb(209,48,93); }
td.TdClassName
{
border-color: #D1305D;
}
.TagClassName
{
border-color: #D1305D;
}
</style>