Shades of Deep Cerise #D1268D
Tints of Deep Cerise #D1268D
RGB
CMYK
RGB Variations
Color information
#D1268D (or 0xD1268D) is known color: Deep Cerise. HEX triplet: D1, 26 and 8D. RGB value is (209,38,141). Sum of RGB (Red+Green+Blue) = 209+38+141=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1268D is #2ED972. Grayscale: #646464. Windows color (decimal): -3070323 or 9250513. OLE color: 9250513.
HSL color Cylindrical-coordinate representation of color #D1268D: hue angle of 323.86º degrees, saturation: 0.69, 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 #D1268D is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 141 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.18 |
| HSL | 323.86º | 0.69% | 0.48% | - |
| HSV(B) | 323.86º | 0.82% | 0.82% | - |
| XYZ | 31.8 | 16.86 | 26.78 | - |
| YUV | 100.87 | 150.65 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 141 | 0 | 0.82 | 0.33 | 0.18 | 323.86 | 0.69 | 0.48 |
| Hex | D1 | 26 | 8D | 0 | 52 | 21 | 12 | 144 | 45 | 30 |
| Octal | 321 | 46 | 215 | 0 | 122 | 41 | 22 | 504 | 105 | 60 |
| Binary | 11010001 | 100110 | 10001101 | 0 | 1010010 | 100001 | 10010 | 101000100 | 1000101 | 110000 |
Color Harmonies of #D1268D
Complementary color
Monochromatic Colors of #D1268D
Black with #D1268D
Text Example
Text Example
White with #D1268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1268D; }
p { color: rgb(209,38,141); }
H1.HeaderClassName
{
color: #D1268D;
}
.AnyTagClassName
{
color: #D1268D;
}
</style>
background-color css
<style>
a { background-color: #D1268D; }
a { background-color: rgb(209,38,141); }
div.DivClassName
{
background-color: #D1268D;
}
.BgClassName
{
background-color: #D1268D;
}
</style>
border-color css
<style>
span { border-color: #D1268D; }
span { border-color: rgb(209,38,141); }
td.TdClassName
{
border-color: #D1268D;
}
.TagClassName
{
border-color: #D1268D;
}
</style>