Shades of Cerise #D6226E
Tints of Cerise #D6226E
RGB
CMYK
RGB Variations
Color information
#D6226E (or 0xD6226E) is known color: Cerise. HEX triplet: D6, 22 and 6E. RGB value is (214,34,110). Sum of RGB (Red+Green+Blue) = 214+34+110=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6226E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6226E is #29DD91. Grayscale: #606060. Windows color (decimal): -2743698 or 7217878. OLE color: 7217878.
HSL color Cylindrical-coordinate representation of color #D6226E: hue angle of 334.67º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6226E is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 34 | 110 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.16 |
| HSL | 334.67º | 0.73% | 0.49% | - |
| HSV(B) | 334.67º | 0.84% | 0.84% | - |
| XYZ | 31.12 | 16.57 | 16.31 | - |
| YUV | 96.48 | 135.63 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 110 | 0 | 0.84 | 0.49 | 0.16 | 334.67 | 0.73 | 0.49 |
| Hex | D6 | 22 | 6E | 0 | 54 | 31 | 10 | 14F | 49 | 31 |
| Octal | 326 | 42 | 156 | 0 | 124 | 61 | 20 | 517 | 111 | 61 |
| Binary | 11010110 | 100010 | 1101110 | 0 | 1010100 | 110001 | 10000 | 101001111 | 1001001 | 110001 |
Color Harmonies of #D6226E
Complementary color
Monochromatic Colors of #D6226E
Black with #D6226E
Text Example
Text Example
White with #D6226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6226E; }
p { color: rgb(214,34,110); }
H1.HeaderClassName
{
color: #D6226E;
}
.AnyTagClassName
{
color: #D6226E;
}
</style>
background-color css
<style>
a { background-color: #D6226E; }
a { background-color: rgb(214,34,110); }
div.DivClassName
{
background-color: #D6226E;
}
.BgClassName
{
background-color: #D6226E;
}
</style>
border-color css
<style>
span { border-color: #D6226E; }
span { border-color: rgb(214,34,110); }
td.TdClassName
{
border-color: #D6226E;
}
.TagClassName
{
border-color: #D6226E;
}
</style>