Shades of Persian Rose #D92FB0
Tints of Persian Rose #D92FB0
RGB
CMYK
RGB Variations
Color information
#D92FB0 (or 0xD92FB0) is known color: Persian Rose. HEX triplet: D9, 2F and B0. RGB value is (217,47,176). Sum of RGB (Red+Green+Blue) = 217+47+176=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D92FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92FB0 is #26D04F. Grayscale: #707070. Windows color (decimal): -2543696 or 11546585. OLE color: 11546585.
HSL color Cylindrical-coordinate representation of color #D92FB0: hue angle of 314.47º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D92FB0 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 176 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.15 |
| HSL | 314.47º | 0.69% | 0.52% | - |
| HSV(B) | 314.47º | 0.78% | 0.85% | - |
| XYZ | 37.47 | 19.92 | 42.94 | - |
| YUV | 112.54 | 163.82 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 176 | 0 | 0.78 | 0.19 | 0.15 | 314.47 | 0.69 | 0.52 |
| Hex | D9 | 2F | B0 | 0 | 4E | 13 | F | 13A | 45 | 34 |
| Octal | 331 | 57 | 260 | 0 | 116 | 23 | 17 | 472 | 105 | 64 |
| Binary | 11011001 | 101111 | 10110000 | 0 | 1001110 | 10011 | 1111 | 100111010 | 1000101 | 110100 |
Color Harmonies of #D92FB0
Complementary color
Monochromatic Colors of #D92FB0
Black with #D92FB0
Text Example
Text Example
White with #D92FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92FB0; }
p { color: rgb(217,47,176); }
H1.HeaderClassName
{
color: #D92FB0;
}
.AnyTagClassName
{
color: #D92FB0;
}
</style>
background-color css
<style>
a { background-color: #D92FB0; }
a { background-color: rgb(217,47,176); }
div.DivClassName
{
background-color: #D92FB0;
}
.BgClassName
{
background-color: #D92FB0;
}
</style>
border-color css
<style>
span { border-color: #D92FB0; }
span { border-color: rgb(217,47,176); }
td.TdClassName
{
border-color: #D92FB0;
}
.TagClassName
{
border-color: #D92FB0;
}
</style>