Shades of Cerise #D6295C
Tints of Cerise #D6295C
RGB
CMYK
RGB Variations
Color information
#D6295C (or 0xD6295C) is known color: Cerise. HEX triplet: D6, 29 and 5C. RGB value is (214,41,92). Sum of RGB (Red+Green+Blue) = 214+41+92=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D6295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6295C is #29D6A3. Grayscale: #626262. Windows color (decimal): -2741924 or 6040022. OLE color: 6040022.
HSL color Cylindrical-coordinate representation of color #D6295C: hue angle of 342.31º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6295C is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 92 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.16 |
| HSL | 342.31º | 0.68% | 0.5% | - |
| HSV(B) | 342.31º | 0.81% | 0.84% | - |
| XYZ | 30.46 | 16.65 | 11.73 | - |
| YUV | 98.54 | 124.31 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 92 | 0 | 0.81 | 0.57 | 0.16 | 342.31 | 0.68 | 0.5 |
| Hex | D6 | 29 | 5C | 0 | 51 | 39 | 10 | 156 | 44 | 32 |
| Octal | 326 | 51 | 134 | 0 | 121 | 71 | 20 | 526 | 104 | 62 |
| Binary | 11010110 | 101001 | 1011100 | 0 | 1010001 | 111001 | 10000 | 101010110 | 1000100 | 110010 |
Color Harmonies of #D6295C
Complementary color
Monochromatic Colors of #D6295C
Black with #D6295C
Text Example
Text Example
White with #D6295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6295C; }
p { color: rgb(214,41,92); }
H1.HeaderClassName
{
color: #D6295C;
}
.AnyTagClassName
{
color: #D6295C;
}
</style>
background-color css
<style>
a { background-color: #D6295C; }
a { background-color: rgb(214,41,92); }
div.DivClassName
{
background-color: #D6295C;
}
.BgClassName
{
background-color: #D6295C;
}
</style>
border-color css
<style>
span { border-color: #D6295C; }
span { border-color: rgb(214,41,92); }
td.TdClassName
{
border-color: #D6295C;
}
.TagClassName
{
border-color: #D6295C;
}
</style>