Shades of Cerise #D6335A
Tints of Cerise #D6335A
RGB
CMYK
RGB Variations
Color information
#D6335A (or 0xD6335A) is known color: Cerise. HEX triplet: D6, 33 and 5A. RGB value is (214,51,90). Sum of RGB (Red+Green+Blue) = 214+51+90=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6335A is #29CCA5. Grayscale: #686868. Windows color (decimal): -2739366 or 5911510. OLE color: 5911510.
HSL color Cylindrical-coordinate representation of color #D6335A: hue angle of 345.64º 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 #D6335A is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 51 | 90 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.16 |
| HSL | 345.64º | 0.67% | 0.52% | - |
| HSV(B) | 345.64º | 0.76% | 0.84% | - |
| XYZ | 30.76 | 17.4 | 11.41 | - |
| YUV | 104.18 | 120 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 51 | 90 | 0 | 0.76 | 0.58 | 0.16 | 345.64 | 0.67 | 0.52 |
| Hex | D6 | 33 | 5A | 0 | 4C | 3A | 10 | 15A | 43 | 34 |
| Octal | 326 | 63 | 132 | 0 | 114 | 72 | 20 | 532 | 103 | 64 |
| Binary | 11010110 | 110011 | 1011010 | 0 | 1001100 | 111010 | 10000 | 101011010 | 1000011 | 110100 |
Color Harmonies of #D6335A
Complementary color
Monochromatic Colors of #D6335A
Black with #D6335A
Text Example
Text Example
White with #D6335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6335A; }
p { color: rgb(214,51,90); }
H1.HeaderClassName
{
color: #D6335A;
}
.AnyTagClassName
{
color: #D6335A;
}
</style>
background-color css
<style>
a { background-color: #D6335A; }
a { background-color: rgb(214,51,90); }
div.DivClassName
{
background-color: #D6335A;
}
.BgClassName
{
background-color: #D6335A;
}
</style>
border-color css
<style>
span { border-color: #D6335A; }
span { border-color: rgb(214,51,90); }
td.TdClassName
{
border-color: #D6335A;
}
.TagClassName
{
border-color: #D6335A;
}
</style>