Shades of Cerise #D6225D
Tints of Cerise #D6225D
RGB
CMYK
RGB Variations
Color information
#D6225D (or 0xD6225D) is known color: Cerise. HEX triplet: D6, 22 and 5D. RGB value is (214,34,93). Sum of RGB (Red+Green+Blue) = 214+34+93=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D6225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6225D is #29DDA2. Grayscale: #5E5E5E. Windows color (decimal): -2743715 or 6103766. OLE color: 6103766.
HSL color Cylindrical-coordinate representation of color #D6225D: hue angle of 340.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 #D6225D is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 34 | 93 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.16 |
| HSL | 340.33º | 0.73% | 0.49% | - |
| HSV(B) | 340.33º | 0.84% | 0.84% | - |
| XYZ | 30.28 | 16.23 | 11.89 | - |
| YUV | 94.55 | 127.13 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 93 | 0 | 0.84 | 0.57 | 0.16 | 340.33 | 0.73 | 0.49 |
| Hex | D6 | 22 | 5D | 0 | 54 | 39 | 10 | 154 | 49 | 31 |
| Octal | 326 | 42 | 135 | 0 | 124 | 71 | 20 | 524 | 111 | 61 |
| Binary | 11010110 | 100010 | 1011101 | 0 | 1010100 | 111001 | 10000 | 101010100 | 1001001 | 110001 |
Color Harmonies of #D6225D
Complementary color
Monochromatic Colors of #D6225D
Black with #D6225D
Text Example
Text Example
White with #D6225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6225D; }
p { color: rgb(214,34,93); }
H1.HeaderClassName
{
color: #D6225D;
}
.AnyTagClassName
{
color: #D6225D;
}
</style>
background-color css
<style>
a { background-color: #D6225D; }
a { background-color: rgb(214,34,93); }
div.DivClassName
{
background-color: #D6225D;
}
.BgClassName
{
background-color: #D6225D;
}
</style>
border-color css
<style>
span { border-color: #D6225D; }
span { border-color: rgb(214,34,93); }
td.TdClassName
{
border-color: #D6225D;
}
.TagClassName
{
border-color: #D6225D;
}
</style>