Shades of Cerise #D6336D
Tints of Cerise #D6336D
RGB
CMYK
RGB Variations
Color information
#D6336D (or 0xD6336D) is known color: Cerise. HEX triplet: D6, 33 and 6D. RGB value is (214,51,109). Sum of RGB (Red+Green+Blue) = 214+51+109=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6336D is #29CC92. Grayscale: #6A6A6A. Windows color (decimal): -2739347 or 7156694. OLE color: 7156694.
HSL color Cylindrical-coordinate representation of color #D6336D: hue angle of 338.65º 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 #D6336D is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 51 | 109 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.16 |
| HSL | 338.65º | 0.67% | 0.52% | - |
| HSV(B) | 338.65º | 0.76% | 0.84% | - |
| XYZ | 31.68 | 17.77 | 16.23 | - |
| YUV | 106.35 | 129.5 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 51 | 109 | 0 | 0.76 | 0.49 | 0.16 | 338.65 | 0.67 | 0.52 |
| Hex | D6 | 33 | 6D | 0 | 4C | 31 | 10 | 153 | 43 | 34 |
| Octal | 326 | 63 | 155 | 0 | 114 | 61 | 20 | 523 | 103 | 64 |
| Binary | 11010110 | 110011 | 1101101 | 0 | 1001100 | 110001 | 10000 | 101010011 | 1000011 | 110100 |
Color Harmonies of #D6336D
Complementary color
Monochromatic Colors of #D6336D
Black with #D6336D
Text Example
Text Example
White with #D6336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6336D; }
p { color: rgb(214,51,109); }
H1.HeaderClassName
{
color: #D6336D;
}
.AnyTagClassName
{
color: #D6336D;
}
</style>
background-color css
<style>
a { background-color: #D6336D; }
a { background-color: rgb(214,51,109); }
div.DivClassName
{
background-color: #D6336D;
}
.BgClassName
{
background-color: #D6336D;
}
</style>
border-color css
<style>
span { border-color: #D6336D; }
span { border-color: rgb(214,51,109); }
td.TdClassName
{
border-color: #D6336D;
}
.TagClassName
{
border-color: #D6336D;
}
</style>