Shades of Cerise #D72A6A
Tints of Cerise #D72A6A
RGB
CMYK
RGB Variations
Color information
#D72A6A (or 0xD72A6A) is known color: Cerise. HEX triplet: D7, 2A and 6A. RGB value is (215,42,106). Sum of RGB (Red+Green+Blue) = 215+42+106=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72A6A is #28D595. Grayscale: #646464. Windows color (decimal): -2676118 or 6957783. OLE color: 6957783.
HSL color Cylindrical-coordinate representation of color #D72A6A: hue angle of 337.8º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72A6A is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 106 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.16 |
| HSL | 337.8º | 0.68% | 0.5% | - |
| HSV(B) | 337.8º | 0.8% | 0.84% | - |
| XYZ | 31.45 | 17.14 | 15.29 | - |
| YUV | 101.02 | 130.81 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 106 | 0 | 0.80 | 0.51 | 0.16 | 337.8 | 0.68 | 0.5 |
| Hex | D7 | 2A | 6A | 0 | 50 | 33 | 10 | 152 | 44 | 32 |
| Octal | 327 | 52 | 152 | 0 | 120 | 63 | 20 | 522 | 104 | 62 |
| Binary | 11010111 | 101010 | 1101010 | 0 | 1010000 | 110011 | 10000 | 101010010 | 1000100 | 110010 |
Color Harmonies of #D72A6A
Complementary color
Monochromatic Colors of #D72A6A
Black with #D72A6A
Text Example
Text Example
White with #D72A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72A6A; }
p { color: rgb(215,42,106); }
H1.HeaderClassName
{
color: #D72A6A;
}
.AnyTagClassName
{
color: #D72A6A;
}
</style>
background-color css
<style>
a { background-color: #D72A6A; }
a { background-color: rgb(215,42,106); }
div.DivClassName
{
background-color: #D72A6A;
}
.BgClassName
{
background-color: #D72A6A;
}
</style>
border-color css
<style>
span { border-color: #D72A6A; }
span { border-color: rgb(215,42,106); }
td.TdClassName
{
border-color: #D72A6A;
}
.TagClassName
{
border-color: #D72A6A;
}
</style>