Shades of Cerise #D6266A
Tints of Cerise #D6266A
RGB
CMYK
RGB Variations
Color information
#D6266A (or 0xD6266A) is known color: Cerise. HEX triplet: D6, 26 and 6A. RGB value is (214,38,106). Sum of RGB (Red+Green+Blue) = 214+38+106=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6266A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6266A is #29D995. Grayscale: #626262. Windows color (decimal): -2742678 or 6956758. OLE color: 6956758.
HSL color Cylindrical-coordinate representation of color #D6266A: hue angle of 336.82º 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 #D6266A is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 106 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.16 |
| HSL | 336.82º | 0.7% | 0.49% | - |
| HSV(B) | 336.82º | 0.82% | 0.84% | - |
| XYZ | 31.03 | 16.72 | 15.23 | - |
| YUV | 98.38 | 132.31 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 106 | 0 | 0.82 | 0.50 | 0.16 | 336.82 | 0.7 | 0.49 |
| Hex | D6 | 26 | 6A | 0 | 52 | 32 | 10 | 151 | 46 | 31 |
| Octal | 326 | 46 | 152 | 0 | 122 | 62 | 20 | 521 | 106 | 61 |
| Binary | 11010110 | 100110 | 1101010 | 0 | 1010010 | 110010 | 10000 | 101010001 | 1000110 | 110001 |
Color Harmonies of #D6266A
Complementary color
Monochromatic Colors of #D6266A
Black with #D6266A
Text Example
Text Example
White with #D6266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6266A; }
p { color: rgb(214,38,106); }
H1.HeaderClassName
{
color: #D6266A;
}
.AnyTagClassName
{
color: #D6266A;
}
</style>
background-color css
<style>
a { background-color: #D6266A; }
a { background-color: rgb(214,38,106); }
div.DivClassName
{
background-color: #D6266A;
}
.BgClassName
{
background-color: #D6266A;
}
</style>
border-color css
<style>
span { border-color: #D6266A; }
span { border-color: rgb(214,38,106); }
td.TdClassName
{
border-color: #D6266A;
}
.TagClassName
{
border-color: #D6266A;
}
</style>