Shades of Cerise #D6236C
Tints of Cerise #D6236C
RGB
CMYK
RGB Variations
Color information
#D6236C (or 0xD6236C) is known color: Cerise. HEX triplet: D6, 23 and 6C. RGB value is (214,35,108). Sum of RGB (Red+Green+Blue) = 214+35+108=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6236C is #29DC93. Grayscale: #606060. Windows color (decimal): -2743444 or 7087062. OLE color: 7087062.
HSL color Cylindrical-coordinate representation of color #D6236C: hue angle of 335.53º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6236C is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 108 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.16 |
| HSL | 335.53º | 0.72% | 0.49% | - |
| HSV(B) | 335.53º | 0.84% | 0.84% | - |
| XYZ | 31.04 | 16.58 | 15.75 | - |
| YUV | 96.84 | 134.3 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 108 | 0 | 0.84 | 0.50 | 0.16 | 335.53 | 0.72 | 0.49 |
| Hex | D6 | 23 | 6C | 0 | 54 | 32 | 10 | 150 | 48 | 31 |
| Octal | 326 | 43 | 154 | 0 | 124 | 62 | 20 | 520 | 110 | 61 |
| Binary | 11010110 | 100011 | 1101100 | 0 | 1010100 | 110010 | 10000 | 101010000 | 1001000 | 110001 |
Color Harmonies of #D6236C
Complementary color
Monochromatic Colors of #D6236C
Black with #D6236C
Text Example
Text Example
White with #D6236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6236C; }
p { color: rgb(214,35,108); }
H1.HeaderClassName
{
color: #D6236C;
}
.AnyTagClassName
{
color: #D6236C;
}
</style>
background-color css
<style>
a { background-color: #D6236C; }
a { background-color: rgb(214,35,108); }
div.DivClassName
{
background-color: #D6236C;
}
.BgClassName
{
background-color: #D6236C;
}
</style>
border-color css
<style>
span { border-color: #D6236C; }
span { border-color: rgb(214,35,108); }
td.TdClassName
{
border-color: #D6236C;
}
.TagClassName
{
border-color: #D6236C;
}
</style>