Shades of Cerise #D6226C
Tints of Cerise #D6226C
RGB
CMYK
RGB Variations
Color information
#D6226C (or 0xD6226C) is known color: Cerise. HEX triplet: D6, 22 and 6C. RGB value is (214,34,108). Sum of RGB (Red+Green+Blue) = 214+34+108=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6226C is #29DD93. Grayscale: #606060. Windows color (decimal): -2743700 or 7086806. OLE color: 7086806.
HSL color Cylindrical-coordinate representation of color #D6226C: hue angle of 335.33º 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 #D6226C is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 34 | 108 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.16 |
| HSL | 335.33º | 0.73% | 0.49% | - |
| HSV(B) | 335.33º | 0.84% | 0.84% | - |
| XYZ | 31.01 | 16.52 | 15.74 | - |
| YUV | 96.26 | 134.63 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 108 | 0 | 0.84 | 0.50 | 0.16 | 335.33 | 0.73 | 0.49 |
| Hex | D6 | 22 | 6C | 0 | 54 | 32 | 10 | 14F | 49 | 31 |
| Octal | 326 | 42 | 154 | 0 | 124 | 62 | 20 | 517 | 111 | 61 |
| Binary | 11010110 | 100010 | 1101100 | 0 | 1010100 | 110010 | 10000 | 101001111 | 1001001 | 110001 |
Color Harmonies of #D6226C
Complementary color
Monochromatic Colors of #D6226C
Black with #D6226C
Text Example
Text Example
White with #D6226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6226C; }
p { color: rgb(214,34,108); }
H1.HeaderClassName
{
color: #D6226C;
}
.AnyTagClassName
{
color: #D6226C;
}
</style>
background-color css
<style>
a { background-color: #D6226C; }
a { background-color: rgb(214,34,108); }
div.DivClassName
{
background-color: #D6226C;
}
.BgClassName
{
background-color: #D6226C;
}
</style>
border-color css
<style>
span { border-color: #D6226C; }
span { border-color: rgb(214,34,108); }
td.TdClassName
{
border-color: #D6226C;
}
.TagClassName
{
border-color: #D6226C;
}
</style>