Shades of Persian Rose #D72DAE
Tints of Persian Rose #D72DAE
RGB
CMYK
RGB Variations
Color information
#D72DAE (or 0xD72DAE) is known color: Persian Rose. HEX triplet: D7, 2D and AE. RGB value is (215,45,174). Sum of RGB (Red+Green+Blue) = 215+45+174=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D72DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72DAE is #28D251. Grayscale: #6E6E6E. Windows color (decimal): -2675282 or 11414999. OLE color: 11414999.
HSL color Cylindrical-coordinate representation of color #D72DAE: hue angle of 314.47º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72DAE is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 45 | 174 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.16 |
| HSL | 314.47º | 0.68% | 0.51% | - |
| HSV(B) | 314.47º | 0.79% | 0.84% | - |
| XYZ | 36.6 | 19.38 | 41.86 | - |
| YUV | 110.54 | 163.82 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 45 | 174 | 0 | 0.79 | 0.19 | 0.16 | 314.47 | 0.68 | 0.51 |
| Hex | D7 | 2D | AE | 0 | 4F | 13 | 10 | 13A | 44 | 33 |
| Octal | 327 | 55 | 256 | 0 | 117 | 23 | 20 | 472 | 104 | 63 |
| Binary | 11010111 | 101101 | 10101110 | 0 | 1001111 | 10011 | 10000 | 100111010 | 1000100 | 110011 |
Color Harmonies of #D72DAE
Complementary color
Monochromatic Colors of #D72DAE
Black with #D72DAE
Text Example
Text Example
White with #D72DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72DAE; }
p { color: rgb(215,45,174); }
H1.HeaderClassName
{
color: #D72DAE;
}
.AnyTagClassName
{
color: #D72DAE;
}
</style>
background-color css
<style>
a { background-color: #D72DAE; }
a { background-color: rgb(215,45,174); }
div.DivClassName
{
background-color: #D72DAE;
}
.BgClassName
{
background-color: #D72DAE;
}
</style>
border-color css
<style>
span { border-color: #D72DAE; }
span { border-color: rgb(215,45,174); }
td.TdClassName
{
border-color: #D72DAE;
}
.TagClassName
{
border-color: #D72DAE;
}
</style>