Shades of Cerise #D1285C
Tints of Cerise #D1285C
RGB
CMYK
RGB Variations
Color information
#D1285C (or 0xD1285C) is known color: Cerise. HEX triplet: D1, 28 and 5C. RGB value is (209,40,92). Sum of RGB (Red+Green+Blue) = 209+40+92=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D1285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1285C is #2ED7A3. Grayscale: #606060. Windows color (decimal): -3069860 or 6039761. OLE color: 6039761.
HSL color Cylindrical-coordinate representation of color #D1285C: hue angle of 341.54º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1285C is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 92 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.18 |
| HSL | 341.54º | 0.68% | 0.49% | - |
| HSV(B) | 341.54º | 0.81% | 0.82% | - |
| XYZ | 28.99 | 15.85 | 11.66 | - |
| YUV | 96.46 | 125.49 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 92 | 0 | 0.81 | 0.56 | 0.18 | 341.54 | 0.68 | 0.49 |
| Hex | D1 | 28 | 5C | 0 | 51 | 38 | 12 | 156 | 44 | 31 |
| Octal | 321 | 50 | 134 | 0 | 121 | 70 | 22 | 526 | 104 | 61 |
| Binary | 11010001 | 101000 | 1011100 | 0 | 1010001 | 111000 | 10010 | 101010110 | 1000100 | 110001 |
Color Harmonies of #D1285C
Complementary color
Monochromatic Colors of #D1285C
Black with #D1285C
Text Example
Text Example
White with #D1285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1285C; }
p { color: rgb(209,40,92); }
H1.HeaderClassName
{
color: #D1285C;
}
.AnyTagClassName
{
color: #D1285C;
}
</style>
background-color css
<style>
a { background-color: #D1285C; }
a { background-color: rgb(209,40,92); }
div.DivClassName
{
background-color: #D1285C;
}
.BgClassName
{
background-color: #D1285C;
}
</style>
border-color css
<style>
span { border-color: #D1285C; }
span { border-color: rgb(209,40,92); }
td.TdClassName
{
border-color: #D1285C;
}
.TagClassName
{
border-color: #D1285C;
}
</style>