Shades of Cerise #D9226B
Tints of Cerise #D9226B
RGB
CMYK
RGB Variations
Color information
#D9226B (or 0xD9226B) is known color: Cerise. HEX triplet: D9, 22 and 6B. RGB value is (217,34,107). Sum of RGB (Red+Green+Blue) = 217+34+107=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D9226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9226B is #26DD94. Grayscale: #606060. Windows color (decimal): -2547093 or 7021273. OLE color: 7021273.
HSL color Cylindrical-coordinate representation of color #D9226B: hue angle of 336.07º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D9226B is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 107 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.15 |
| HSL | 336.07º | 0.73% | 0.49% | - |
| HSV(B) | 336.07º | 0.84% | 0.85% | - |
| XYZ | 31.84 | 16.96 | 15.5 | - |
| YUV | 97.04 | 133.63 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 107 | 0 | 0.84 | 0.51 | 0.15 | 336.07 | 0.73 | 0.49 |
| Hex | D9 | 22 | 6B | 0 | 54 | 33 | F | 150 | 49 | 31 |
| Octal | 331 | 42 | 153 | 0 | 124 | 63 | 17 | 520 | 111 | 61 |
| Binary | 11011001 | 100010 | 1101011 | 0 | 1010100 | 110011 | 1111 | 101010000 | 1001001 | 110001 |
Color Harmonies of #D9226B
Complementary color
Monochromatic Colors of #D9226B
Black with #D9226B
Text Example
Text Example
White with #D9226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9226B; }
p { color: rgb(217,34,107); }
H1.HeaderClassName
{
color: #D9226B;
}
.AnyTagClassName
{
color: #D9226B;
}
</style>
background-color css
<style>
a { background-color: #D9226B; }
a { background-color: rgb(217,34,107); }
div.DivClassName
{
background-color: #D9226B;
}
.BgClassName
{
background-color: #D9226B;
}
</style>
border-color css
<style>
span { border-color: #D9226B; }
span { border-color: rgb(217,34,107); }
td.TdClassName
{
border-color: #D9226B;
}
.TagClassName
{
border-color: #D9226B;
}
</style>