Shades of Cerise #D6356E
Tints of Cerise #D6356E
RGB
CMYK
RGB Variations
Color information
#D6356E (or 0xD6356E) is known color: Cerise. HEX triplet: D6, 35 and 6E. RGB value is (214,53,110). Sum of RGB (Red+Green+Blue) = 214+53+110=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6356E is #29CA91. Grayscale: #6B6B6B. Windows color (decimal): -2738834 or 7222742. OLE color: 7222742.
HSL color Cylindrical-coordinate representation of color #D6356E: hue angle of 338.76º 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 #D6356E is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 110 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.16 |
| HSL | 338.76º | 0.66% | 0.52% | - |
| HSV(B) | 338.76º | 0.75% | 0.84% | - |
| XYZ | 31.82 | 17.97 | 16.54 | - |
| YUV | 107.64 | 129.34 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 110 | 0 | 0.75 | 0.49 | 0.16 | 338.76 | 0.66 | 0.52 |
| Hex | D6 | 35 | 6E | 0 | 4B | 31 | 10 | 153 | 42 | 34 |
| Octal | 326 | 65 | 156 | 0 | 113 | 61 | 20 | 523 | 102 | 64 |
| Binary | 11010110 | 110101 | 1101110 | 0 | 1001011 | 110001 | 10000 | 101010011 | 1000010 | 110100 |
Color Harmonies of #D6356E
Complementary color
Monochromatic Colors of #D6356E
Black with #D6356E
Text Example
Text Example
White with #D6356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6356E; }
p { color: rgb(214,53,110); }
H1.HeaderClassName
{
color: #D6356E;
}
.AnyTagClassName
{
color: #D6356E;
}
</style>
background-color css
<style>
a { background-color: #D6356E; }
a { background-color: rgb(214,53,110); }
div.DivClassName
{
background-color: #D6356E;
}
.BgClassName
{
background-color: #D6356E;
}
</style>
border-color css
<style>
span { border-color: #D6356E; }
span { border-color: rgb(214,53,110); }
td.TdClassName
{
border-color: #D6356E;
}
.TagClassName
{
border-color: #D6356E;
}
</style>