Shades of Cerise #D1256D
Tints of Cerise #D1256D
RGB
CMYK
RGB Variations
Color information
#D1256D (or 0xD1256D) is known color: Cerise. HEX triplet: D1, 25 and 6D. RGB value is (209,37,109). Sum of RGB (Red+Green+Blue) = 209+37+109=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1256D is #2EDA92. Grayscale: #606060. Windows color (decimal): -3070611 or 7153105. OLE color: 7153105.
HSL color Cylindrical-coordinate representation of color #D1256D: hue angle of 334.88º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1256D is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 109 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.18 |
| HSL | 334.88º | 0.7% | 0.48% | - |
| HSV(B) | 334.88º | 0.82% | 0.82% | - |
| XYZ | 29.72 | 15.98 | 15.99 | - |
| YUV | 96.64 | 134.98 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 109 | 0 | 0.82 | 0.48 | 0.18 | 334.88 | 0.7 | 0.48 |
| Hex | D1 | 25 | 6D | 0 | 52 | 30 | 12 | 14F | 46 | 30 |
| Octal | 321 | 45 | 155 | 0 | 122 | 60 | 22 | 517 | 106 | 60 |
| Binary | 11010001 | 100101 | 1101101 | 0 | 1010010 | 110000 | 10010 | 101001111 | 1000110 | 110000 |
Color Harmonies of #D1256D
Complementary color
Monochromatic Colors of #D1256D
Black with #D1256D
Text Example
Text Example
White with #D1256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1256D; }
p { color: rgb(209,37,109); }
H1.HeaderClassName
{
color: #D1256D;
}
.AnyTagClassName
{
color: #D1256D;
}
</style>
background-color css
<style>
a { background-color: #D1256D; }
a { background-color: rgb(209,37,109); }
div.DivClassName
{
background-color: #D1256D;
}
.BgClassName
{
background-color: #D1256D;
}
</style>
border-color css
<style>
span { border-color: #D1256D; }
span { border-color: rgb(209,37,109); }
td.TdClassName
{
border-color: #D1256D;
}
.TagClassName
{
border-color: #D1256D;
}
</style>