Shades of Cerise #D9256A
Tints of Cerise #D9256A
RGB
CMYK
RGB Variations
Color information
#D9256A (or 0xD9256A) is known color: Cerise. HEX triplet: D9, 25 and 6A. RGB value is (217,37,106). Sum of RGB (Red+Green+Blue) = 217+37+106=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9256A is #26DA95. Grayscale: #626262. Windows color (decimal): -2546326 or 6956505. OLE color: 6956505.
HSL color Cylindrical-coordinate representation of color #D9256A: hue angle of 337º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9256A is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 106 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.15 |
| HSL | 337º | 0.71% | 0.5% | - |
| HSV(B) | 337º | 0.83% | 0.85% | - |
| XYZ | 31.88 | 17.12 | 15.26 | - |
| YUV | 98.69 | 132.13 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 106 | 0 | 0.83 | 0.51 | 0.15 | 337 | 0.71 | 0.5 |
| Hex | D9 | 25 | 6A | 0 | 53 | 33 | F | 151 | 47 | 32 |
| Octal | 331 | 45 | 152 | 0 | 123 | 63 | 17 | 521 | 107 | 62 |
| Binary | 11011001 | 100101 | 1101010 | 0 | 1010011 | 110011 | 1111 | 101010001 | 1000111 | 110010 |
Color Harmonies of #D9256A
Complementary color
Monochromatic Colors of #D9256A
Black with #D9256A
Text Example
Text Example
White with #D9256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9256A; }
p { color: rgb(217,37,106); }
H1.HeaderClassName
{
color: #D9256A;
}
.AnyTagClassName
{
color: #D9256A;
}
</style>
background-color css
<style>
a { background-color: #D9256A; }
a { background-color: rgb(217,37,106); }
div.DivClassName
{
background-color: #D9256A;
}
.BgClassName
{
background-color: #D9256A;
}
</style>
border-color css
<style>
span { border-color: #D9256A; }
span { border-color: rgb(217,37,106); }
td.TdClassName
{
border-color: #D9256A;
}
.TagClassName
{
border-color: #D9256A;
}
</style>