Shades of Cerise #D6266E
Tints of Cerise #D6266E
RGB
CMYK
RGB Variations
Color information
#D6266E (or 0xD6266E) is known color: Cerise. HEX triplet: D6, 26 and 6E. RGB value is (214,38,110). Sum of RGB (Red+Green+Blue) = 214+38+110=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6266E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6266E is #29D991. Grayscale: #626262. Windows color (decimal): -2742674 or 7218902. OLE color: 7218902.
HSL color Cylindrical-coordinate representation of color #D6266E: hue angle of 335.45º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6266E is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 110 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.16 |
| HSL | 335.45º | 0.7% | 0.49% | - |
| HSV(B) | 335.45º | 0.82% | 0.84% | - |
| XYZ | 31.24 | 16.81 | 16.35 | - |
| YUV | 98.83 | 134.31 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 110 | 0 | 0.82 | 0.49 | 0.16 | 335.45 | 0.7 | 0.49 |
| Hex | D6 | 26 | 6E | 0 | 52 | 31 | 10 | 14F | 46 | 31 |
| Octal | 326 | 46 | 156 | 0 | 122 | 61 | 20 | 517 | 106 | 61 |
| Binary | 11010110 | 100110 | 1101110 | 0 | 1010010 | 110001 | 10000 | 101001111 | 1000110 | 110001 |
Color Harmonies of #D6266E
Complementary color
Monochromatic Colors of #D6266E
Black with #D6266E
Text Example
Text Example
White with #D6266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6266E; }
p { color: rgb(214,38,110); }
H1.HeaderClassName
{
color: #D6266E;
}
.AnyTagClassName
{
color: #D6266E;
}
</style>
background-color css
<style>
a { background-color: #D6266E; }
a { background-color: rgb(214,38,110); }
div.DivClassName
{
background-color: #D6266E;
}
.BgClassName
{
background-color: #D6266E;
}
</style>
border-color css
<style>
span { border-color: #D6266E; }
span { border-color: rgb(214,38,110); }
td.TdClassName
{
border-color: #D6266E;
}
.TagClassName
{
border-color: #D6266E;
}
</style>