Shades of Cerise #D9266A
Tints of Cerise #D9266A
RGB
CMYK
RGB Variations
Color information
#D9266A (or 0xD9266A) is known color: Cerise. HEX triplet: D9, 26 and 6A. RGB value is (217,38,106). Sum of RGB (Red+Green+Blue) = 217+38+106=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D9266A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9266A is #26D995. Grayscale: #636363. Windows color (decimal): -2546070 or 6956761. OLE color: 6956761.
HSL color Cylindrical-coordinate representation of color #D9266A: hue angle of 337.21º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9266A is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 106 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.15 |
| HSL | 337.21º | 0.7% | 0.5% | - |
| HSV(B) | 337.21º | 0.82% | 0.85% | - |
| XYZ | 31.91 | 17.18 | 15.27 | - |
| YUV | 99.27 | 131.8 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 106 | 0 | 0.82 | 0.51 | 0.15 | 337.21 | 0.7 | 0.5 |
| Hex | D9 | 26 | 6A | 0 | 52 | 33 | F | 151 | 46 | 32 |
| Octal | 331 | 46 | 152 | 0 | 122 | 63 | 17 | 521 | 106 | 62 |
| Binary | 11011001 | 100110 | 1101010 | 0 | 1010010 | 110011 | 1111 | 101010001 | 1000110 | 110010 |
Color Harmonies of #D9266A
Complementary color
Monochromatic Colors of #D9266A
Black with #D9266A
Text Example
Text Example
White with #D9266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9266A; }
p { color: rgb(217,38,106); }
H1.HeaderClassName
{
color: #D9266A;
}
.AnyTagClassName
{
color: #D9266A;
}
</style>
background-color css
<style>
a { background-color: #D9266A; }
a { background-color: rgb(217,38,106); }
div.DivClassName
{
background-color: #D9266A;
}
.BgClassName
{
background-color: #D9266A;
}
</style>
border-color css
<style>
span { border-color: #D9266A; }
span { border-color: rgb(217,38,106); }
td.TdClassName
{
border-color: #D9266A;
}
.TagClassName
{
border-color: #D9266A;
}
</style>