Shades of Cerise #D7256A
Tints of Cerise #D7256A
RGB
CMYK
RGB Variations
Color information
#D7256A (or 0xD7256A) is known color: Cerise. HEX triplet: D7, 25 and 6A. RGB value is (215,37,106). Sum of RGB (Red+Green+Blue) = 215+37+106=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D7256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7256A is #28DA95. Grayscale: #616161. Windows color (decimal): -2677398 or 6956503. OLE color: 6956503.
HSL color Cylindrical-coordinate representation of color #D7256A: hue angle of 336.74º 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 #D7256A is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 37 | 106 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.16 |
| HSL | 336.74º | 0.71% | 0.49% | - |
| HSV(B) | 336.74º | 0.83% | 0.84% | - |
| XYZ | 31.29 | 16.81 | 15.23 | - |
| YUV | 98.09 | 132.47 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 106 | 0 | 0.83 | 0.51 | 0.16 | 336.74 | 0.71 | 0.49 |
| Hex | D7 | 25 | 6A | 0 | 53 | 33 | 10 | 151 | 47 | 31 |
| Octal | 327 | 45 | 152 | 0 | 123 | 63 | 20 | 521 | 107 | 61 |
| Binary | 11010111 | 100101 | 1101010 | 0 | 1010011 | 110011 | 10000 | 101010001 | 1000111 | 110001 |
Color Harmonies of #D7256A
Complementary color
Monochromatic Colors of #D7256A
Black with #D7256A
Text Example
Text Example
White with #D7256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7256A; }
p { color: rgb(215,37,106); }
H1.HeaderClassName
{
color: #D7256A;
}
.AnyTagClassName
{
color: #D7256A;
}
</style>
background-color css
<style>
a { background-color: #D7256A; }
a { background-color: rgb(215,37,106); }
div.DivClassName
{
background-color: #D7256A;
}
.BgClassName
{
background-color: #D7256A;
}
</style>
border-color css
<style>
span { border-color: #D7256A; }
span { border-color: rgb(215,37,106); }
td.TdClassName
{
border-color: #D7256A;
}
.TagClassName
{
border-color: #D7256A;
}
</style>