Shades of Cerise #D6336C
Tints of Cerise #D6336C
RGB
CMYK
RGB Variations
Color information
#D6336C (or 0xD6336C) is known color: Cerise. HEX triplet: D6, 33 and 6C. RGB value is (214,51,108). Sum of RGB (Red+Green+Blue) = 214+51+108=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6336C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6336C is #29CC93. Grayscale: #6A6A6A. Windows color (decimal): -2739348 or 7091158. OLE color: 7091158.
HSL color Cylindrical-coordinate representation of color #D6336C: hue angle of 339.02º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6336C is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 51 | 108 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.16 |
| HSL | 339.02º | 0.67% | 0.52% | - |
| HSV(B) | 339.02º | 0.76% | 0.84% | - |
| XYZ | 31.62 | 17.75 | 15.95 | - |
| YUV | 106.24 | 129 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 51 | 108 | 0 | 0.76 | 0.50 | 0.16 | 339.02 | 0.67 | 0.52 |
| Hex | D6 | 33 | 6C | 0 | 4C | 32 | 10 | 153 | 43 | 34 |
| Octal | 326 | 63 | 154 | 0 | 114 | 62 | 20 | 523 | 103 | 64 |
| Binary | 11010110 | 110011 | 1101100 | 0 | 1001100 | 110010 | 10000 | 101010011 | 1000011 | 110100 |
Color Harmonies of #D6336C
Complementary color
Monochromatic Colors of #D6336C
Black with #D6336C
Text Example
Text Example
White with #D6336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6336C; }
p { color: rgb(214,51,108); }
H1.HeaderClassName
{
color: #D6336C;
}
.AnyTagClassName
{
color: #D6336C;
}
</style>
background-color css
<style>
a { background-color: #D6336C; }
a { background-color: rgb(214,51,108); }
div.DivClassName
{
background-color: #D6336C;
}
.BgClassName
{
background-color: #D6336C;
}
</style>
border-color css
<style>
span { border-color: #D6336C; }
span { border-color: rgb(214,51,108); }
td.TdClassName
{
border-color: #D6336C;
}
.TagClassName
{
border-color: #D6336C;
}
</style>