Shades of Cerise #D72B5D
Tints of Cerise #D72B5D
RGB
CMYK
RGB Variations
Color information
#D72B5D (or 0xD72B5D) is known color: Cerise. HEX triplet: D7, 2B and 5D. RGB value is (215,43,93). Sum of RGB (Red+Green+Blue) = 215+43+93=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72B5D is #28D4A2. Grayscale: #646464. Windows color (decimal): -2675875 or 6106071. OLE color: 6106071.
HSL color Cylindrical-coordinate representation of color #D72B5D: hue angle of 342.56º 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 #D72B5D is Cyan = 0, Magento = 0.8, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 43 | 93 | - |
CMYK | 0 | 0.8 | 0.57 | 0.16 |
HSL | 342.56º | 0.68% | 0.51% | - |
HSV(B) | 342.56º | 0.8% | 0.84% | - |
XYZ | 30.86 | 16.97 | 12 | - |
YUV | 100.13 | 123.98 | 209.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 43 | 93 | 0 | 0.8 | 0.57 | 0.16 | 342.56 | 0.68 | 0.51 |
Hex | D7 | 2B | 5D | 0 | 50 | 39 | 10 | 157 | 44 | 33 |
Octal | 327 | 53 | 135 | 0 | 120 | 71 | 20 | 527 | 104 | 63 |
Binary | 11010111 | 101011 | 1011101 | 0 | 1010000 | 111001 | 10000 | 101010111 | 1000100 | 110011 |
Color Harmonies of #D72B5D
Complementary color
Monochromatic Colors of #D72B5D
Black with #D72B5D
Text Example
Text Example
White with #D72B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72B5D; }
p { color: rgb(215,43,93); }
H1.HeaderClassName
{
color: #D72B5D;
}
.AnyTagClassName
{
color: #D72B5D;
}
</style>
background-color css
<style>
a { background-color: #D72B5D; }
a { background-color: rgb(215,43,93); }
div.DivClassName
{
background-color: #D72B5D;
}
.BgClassName
{
background-color: #D72B5D;
}
</style>
border-color css
<style>
span { border-color: #D72B5D; }
span { border-color: rgb(215,43,93); }
td.TdClassName
{
border-color: #D72B5D;
}
.TagClassName
{
border-color: #D72B5D;
}
</style>