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