Shades of Cerise #D72B5A
Tints of Cerise #D72B5A
RGB
CMYK
RGB Variations
Color information
#D72B5A (or 0xD72B5A) is known color: Cerise. HEX triplet: D7, 2B and 5A. RGB value is (215,43,90). Sum of RGB (Red+Green+Blue) = 215+43+90=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72B5A is #28D4A5. Grayscale: #636363. Windows color (decimal): -2675878 or 5909463. OLE color: 5909463.
HSL color Cylindrical-coordinate representation of color #D72B5A: hue angle of 343.6º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72B5A is Cyan = 0, Magento = 0.8, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 43 | 90 | - |
| CMYK | 0 | 0.8 | 0.58 | 0.16 |
| HSL | 343.6º | 0.68% | 0.51% | - |
| HSV(B) | 343.6º | 0.8% | 0.84% | - |
| XYZ | 30.73 | 16.91 | 11.32 | - |
| YUV | 99.79 | 122.48 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 43 | 90 | 0 | 0.8 | 0.58 | 0.16 | 343.6 | 0.68 | 0.51 |
| Hex | D7 | 2B | 5A | 0 | 50 | 3A | 10 | 158 | 44 | 33 |
| Octal | 327 | 53 | 132 | 0 | 120 | 72 | 20 | 530 | 104 | 63 |
| Binary | 11010111 | 101011 | 1011010 | 0 | 1010000 | 111010 | 10000 | 101011000 | 1000100 | 110011 |
Color Harmonies of #D72B5A
Complementary color
Monochromatic Colors of #D72B5A
Black with #D72B5A
Text Example
Text Example
White with #D72B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72B5A; }
p { color: rgb(215,43,90); }
H1.HeaderClassName
{
color: #D72B5A;
}
.AnyTagClassName
{
color: #D72B5A;
}
</style>
background-color css
<style>
a { background-color: #D72B5A; }
a { background-color: rgb(215,43,90); }
div.DivClassName
{
background-color: #D72B5A;
}
.BgClassName
{
background-color: #D72B5A;
}
</style>
border-color css
<style>
span { border-color: #D72B5A; }
span { border-color: rgb(215,43,90); }
td.TdClassName
{
border-color: #D72B5A;
}
.TagClassName
{
border-color: #D72B5A;
}
</style>