Shades of Deep Cerise #D1269F
Tints of Deep Cerise #D1269F
RGB
CMYK
RGB Variations
Color information
#D1269F (or 0xD1269F) is known color: Deep Cerise. HEX triplet: D1, 26 and 9F. RGB value is (209,38,159). Sum of RGB (Red+Green+Blue) = 209+38+159=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1269F is #2ED960. Grayscale: #666666. Windows color (decimal): -3070305 or 10430161. OLE color: 10430161.
HSL color Cylindrical-coordinate representation of color #D1269F: hue angle of 317.54º 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 #D1269F is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 159 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.18 |
| HSL | 317.54º | 0.69% | 0.48% | - |
| HSV(B) | 317.54º | 0.82% | 0.82% | - |
| XYZ | 33.25 | 17.44 | 34.42 | - |
| YUV | 102.92 | 159.65 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 159 | 0 | 0.82 | 0.24 | 0.18 | 317.54 | 0.69 | 0.48 |
| Hex | D1 | 26 | 9F | 0 | 52 | 18 | 12 | 13E | 45 | 30 |
| Octal | 321 | 46 | 237 | 0 | 122 | 30 | 22 | 476 | 105 | 60 |
| Binary | 11010001 | 100110 | 10011111 | 0 | 1010010 | 11000 | 10010 | 100111110 | 1000101 | 110000 |
Color Harmonies of #D1269F
Complementary color
Monochromatic Colors of #D1269F
Black with #D1269F
Text Example
Text Example
White with #D1269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1269F; }
p { color: rgb(209,38,159); }
H1.HeaderClassName
{
color: #D1269F;
}
.AnyTagClassName
{
color: #D1269F;
}
</style>
background-color css
<style>
a { background-color: #D1269F; }
a { background-color: rgb(209,38,159); }
div.DivClassName
{
background-color: #D1269F;
}
.BgClassName
{
background-color: #D1269F;
}
</style>
border-color css
<style>
span { border-color: #D1269F; }
span { border-color: rgb(209,38,159); }
td.TdClassName
{
border-color: #D1269F;
}
.TagClassName
{
border-color: #D1269F;
}
</style>