Shades of Cerise #D6256A
Tints of Cerise #D6256A
RGB
CMYK
RGB Variations
Color information
#D6256A (or 0xD6256A) is known color: Cerise. HEX triplet: D6, 25 and 6A. RGB value is (214,37,106). Sum of RGB (Red+Green+Blue) = 214+37+106=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6256A is #29DA95. Grayscale: #616161. Windows color (decimal): -2742934 or 6956502. OLE color: 6956502.
HSL color Cylindrical-coordinate representation of color #D6256A: hue angle of 336.61º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6256A is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 106 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.16 |
| HSL | 336.61º | 0.71% | 0.49% | - |
| HSV(B) | 336.61º | 0.83% | 0.84% | - |
| XYZ | 30.99 | 16.66 | 15.22 | - |
| YUV | 97.79 | 132.64 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 106 | 0 | 0.83 | 0.50 | 0.16 | 336.61 | 0.71 | 0.49 |
| Hex | D6 | 25 | 6A | 0 | 53 | 32 | 10 | 151 | 47 | 31 |
| Octal | 326 | 45 | 152 | 0 | 123 | 62 | 20 | 521 | 107 | 61 |
| Binary | 11010110 | 100101 | 1101010 | 0 | 1010011 | 110010 | 10000 | 101010001 | 1000111 | 110001 |
Color Harmonies of #D6256A
Complementary color
Monochromatic Colors of #D6256A
Black with #D6256A
Text Example
Text Example
White with #D6256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6256A; }
p { color: rgb(214,37,106); }
H1.HeaderClassName
{
color: #D6256A;
}
.AnyTagClassName
{
color: #D6256A;
}
</style>
background-color css
<style>
a { background-color: #D6256A; }
a { background-color: rgb(214,37,106); }
div.DivClassName
{
background-color: #D6256A;
}
.BgClassName
{
background-color: #D6256A;
}
</style>
border-color css
<style>
span { border-color: #D6256A; }
span { border-color: rgb(214,37,106); }
td.TdClassName
{
border-color: #D6256A;
}
.TagClassName
{
border-color: #D6256A;
}
</style>