Shades of Persian Rose #D735B0
Tints of Persian Rose #D735B0
RGB
CMYK
RGB Variations
Color information
#D735B0 (or 0xD735B0) is known color: Persian Rose. HEX triplet: D7, 35 and B0. RGB value is (215,53,176). Sum of RGB (Red+Green+Blue) = 215+53+176=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D735B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D735B0 is #28CA4F. Grayscale: #737373. Windows color (decimal): -2673232 or 11548119. OLE color: 11548119.
HSL color Cylindrical-coordinate representation of color #D735B0: hue angle of 314.44º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D735B0 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 176 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.16 |
| HSL | 314.44º | 0.67% | 0.53% | - |
| HSV(B) | 314.44º | 0.75% | 0.84% | - |
| XYZ | 37.13 | 20.13 | 43 | - |
| YUV | 115.46 | 162.17 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 176 | 0 | 0.75 | 0.18 | 0.16 | 314.44 | 0.67 | 0.53 |
| Hex | D7 | 35 | B0 | 0 | 4B | 12 | 10 | 13A | 43 | 35 |
| Octal | 327 | 65 | 260 | 0 | 113 | 22 | 20 | 472 | 103 | 65 |
| Binary | 11010111 | 110101 | 10110000 | 0 | 1001011 | 10010 | 10000 | 100111010 | 1000011 | 110101 |
Color Harmonies of #D735B0
Complementary color
Monochromatic Colors of #D735B0
Black with #D735B0
Text Example
Text Example
White with #D735B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D735B0; }
p { color: rgb(215,53,176); }
H1.HeaderClassName
{
color: #D735B0;
}
.AnyTagClassName
{
color: #D735B0;
}
</style>
background-color css
<style>
a { background-color: #D735B0; }
a { background-color: rgb(215,53,176); }
div.DivClassName
{
background-color: #D735B0;
}
.BgClassName
{
background-color: #D735B0;
}
</style>
border-color css
<style>
span { border-color: #D735B0; }
span { border-color: rgb(215,53,176); }
td.TdClassName
{
border-color: #D735B0;
}
.TagClassName
{
border-color: #D735B0;
}
</style>