Shades of Persian Rose #D731B0
Tints of Persian Rose #D731B0
RGB
CMYK
RGB Variations
Color information
#D731B0 (or 0xD731B0) is known color: Persian Rose. HEX triplet: D7, 31 and B0. RGB value is (215,49,176). Sum of RGB (Red+Green+Blue) = 215+49+176=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D731B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D731B0 is #28CE4F. Grayscale: #707070. Windows color (decimal): -2674256 or 11547095. OLE color: 11547095.
HSL color Cylindrical-coordinate representation of color #D731B0: hue angle of 314.1º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D731B0 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 176 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.16 |
| HSL | 314.1º | 0.67% | 0.52% | - |
| HSV(B) | 314.1º | 0.77% | 0.84% | - |
| XYZ | 36.96 | 19.78 | 42.94 | - |
| YUV | 113.11 | 163.5 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 176 | 0 | 0.77 | 0.18 | 0.16 | 314.1 | 0.67 | 0.52 |
| Hex | D7 | 31 | B0 | 0 | 4D | 12 | 10 | 13A | 43 | 34 |
| Octal | 327 | 61 | 260 | 0 | 115 | 22 | 20 | 472 | 103 | 64 |
| Binary | 11010111 | 110001 | 10110000 | 0 | 1001101 | 10010 | 10000 | 100111010 | 1000011 | 110100 |
Color Harmonies of #D731B0
Complementary color
Monochromatic Colors of #D731B0
Black with #D731B0
Text Example
Text Example
White with #D731B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D731B0; }
p { color: rgb(215,49,176); }
H1.HeaderClassName
{
color: #D731B0;
}
.AnyTagClassName
{
color: #D731B0;
}
</style>
background-color css
<style>
a { background-color: #D731B0; }
a { background-color: rgb(215,49,176); }
div.DivClassName
{
background-color: #D731B0;
}
.BgClassName
{
background-color: #D731B0;
}
</style>
border-color css
<style>
span { border-color: #D731B0; }
span { border-color: rgb(215,49,176); }
td.TdClassName
{
border-color: #D731B0;
}
.TagClassName
{
border-color: #D731B0;
}
</style>