Shades of Cerise #D9256B
Tints of Cerise #D9256B
RGB
CMYK
RGB Variations
Color information
#D9256B (or 0xD9256B) is known color: Cerise. HEX triplet: D9, 25 and 6B. RGB value is (217,37,107). Sum of RGB (Red+Green+Blue) = 217+37+107=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D9256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9256B is #26DA94. Grayscale: #626262. Windows color (decimal): -2546325 or 7022041. OLE color: 7022041.
HSL color Cylindrical-coordinate representation of color #D9256B: hue angle of 336.67º 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 #D9256B is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 107 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.15 |
| HSL | 336.67º | 0.71% | 0.5% | - |
| HSV(B) | 336.67º | 0.83% | 0.85% | - |
| XYZ | 31.93 | 17.14 | 15.53 | - |
| YUV | 98.8 | 132.63 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 107 | 0 | 0.83 | 0.51 | 0.15 | 336.67 | 0.71 | 0.5 |
| Hex | D9 | 25 | 6B | 0 | 53 | 33 | F | 151 | 47 | 32 |
| Octal | 331 | 45 | 153 | 0 | 123 | 63 | 17 | 521 | 107 | 62 |
| Binary | 11011001 | 100101 | 1101011 | 0 | 1010011 | 110011 | 1111 | 101010001 | 1000111 | 110010 |
Color Harmonies of #D9256B
Complementary color
Monochromatic Colors of #D9256B
Black with #D9256B
Text Example
Text Example
White with #D9256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9256B; }
p { color: rgb(217,37,107); }
H1.HeaderClassName
{
color: #D9256B;
}
.AnyTagClassName
{
color: #D9256B;
}
</style>
background-color css
<style>
a { background-color: #D9256B; }
a { background-color: rgb(217,37,107); }
div.DivClassName
{
background-color: #D9256B;
}
.BgClassName
{
background-color: #D9256B;
}
</style>
border-color css
<style>
span { border-color: #D9256B; }
span { border-color: rgb(217,37,107); }
td.TdClassName
{
border-color: #D9256B;
}
.TagClassName
{
border-color: #D9256B;
}
</style>