Shades of Cerise #D6355C
Tints of Cerise #D6355C
RGB
CMYK
RGB Variations
Color information
#D6355C (or 0xD6355C) is known color: Cerise. HEX triplet: D6, 35 and 5C. RGB value is (214,53,92). Sum of RGB (Red+Green+Blue) = 214+53+92=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6355C is #29CAA3. Grayscale: #696969. Windows color (decimal): -2738852 or 6043094. OLE color: 6043094.
HSL color Cylindrical-coordinate representation of color #D6355C: hue angle of 345.47º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6355C is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 92 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.16 |
| HSL | 345.47º | 0.66% | 0.52% | - |
| HSV(B) | 345.47º | 0.75% | 0.84% | - |
| XYZ | 30.94 | 17.62 | 11.89 | - |
| YUV | 105.59 | 120.34 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 92 | 0 | 0.75 | 0.57 | 0.16 | 345.47 | 0.66 | 0.52 |
| Hex | D6 | 35 | 5C | 0 | 4B | 39 | 10 | 159 | 42 | 34 |
| Octal | 326 | 65 | 134 | 0 | 113 | 71 | 20 | 531 | 102 | 64 |
| Binary | 11010110 | 110101 | 1011100 | 0 | 1001011 | 111001 | 10000 | 101011001 | 1000010 | 110100 |
Color Harmonies of #D6355C
Complementary color
Monochromatic Colors of #D6355C
Black with #D6355C
Text Example
Text Example
White with #D6355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6355C; }
p { color: rgb(214,53,92); }
H1.HeaderClassName
{
color: #D6355C;
}
.AnyTagClassName
{
color: #D6355C;
}
</style>
background-color css
<style>
a { background-color: #D6355C; }
a { background-color: rgb(214,53,92); }
div.DivClassName
{
background-color: #D6355C;
}
.BgClassName
{
background-color: #D6355C;
}
</style>
border-color css
<style>
span { border-color: #D6355C; }
span { border-color: rgb(214,53,92); }
td.TdClassName
{
border-color: #D6355C;
}
.TagClassName
{
border-color: #D6355C;
}
</style>