Shades of Persian Rose #D733B0
Tints of Persian Rose #D733B0
RGB
CMYK
RGB Variations
Color information
#D733B0 (or 0xD733B0) is known color: Persian Rose. HEX triplet: D7, 33 and B0. RGB value is (215,51,176). Sum of RGB (Red+Green+Blue) = 215+51+176=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D733B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D733B0 is #28CC4F. Grayscale: #717171. Windows color (decimal): -2673744 or 11547607. OLE color: 11547607.
HSL color Cylindrical-coordinate representation of color #D733B0: hue angle of 314.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D733B0 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 176 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.16 |
| HSL | 314.27º | 0.67% | 0.52% | - |
| HSV(B) | 314.27º | 0.76% | 0.84% | - |
| XYZ | 37.04 | 19.95 | 42.97 | - |
| YUV | 114.29 | 162.83 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 176 | 0 | 0.76 | 0.18 | 0.16 | 314.27 | 0.67 | 0.52 |
| Hex | D7 | 33 | B0 | 0 | 4C | 12 | 10 | 13A | 43 | 34 |
| Octal | 327 | 63 | 260 | 0 | 114 | 22 | 20 | 472 | 103 | 64 |
| Binary | 11010111 | 110011 | 10110000 | 0 | 1001100 | 10010 | 10000 | 100111010 | 1000011 | 110100 |
Color Harmonies of #D733B0
Complementary color
Monochromatic Colors of #D733B0
Black with #D733B0
Text Example
Text Example
White with #D733B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D733B0; }
p { color: rgb(215,51,176); }
H1.HeaderClassName
{
color: #D733B0;
}
.AnyTagClassName
{
color: #D733B0;
}
</style>
background-color css
<style>
a { background-color: #D733B0; }
a { background-color: rgb(215,51,176); }
div.DivClassName
{
background-color: #D733B0;
}
.BgClassName
{
background-color: #D733B0;
}
</style>
border-color css
<style>
span { border-color: #D733B0; }
span { border-color: rgb(215,51,176); }
td.TdClassName
{
border-color: #D733B0;
}
.TagClassName
{
border-color: #D733B0;
}
</style>