Shades of Persian Rose #D92FAC
Tints of Persian Rose #D92FAC
RGB
CMYK
RGB Variations
Color information
#D92FAC (or 0xD92FAC) is known color: Persian Rose. HEX triplet: D9, 2F and AC. RGB value is (217,47,172). Sum of RGB (Red+Green+Blue) = 217+47+172=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D92FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92FAC is #26D053. Grayscale: #6F6F6F. Windows color (decimal): -2543700 or 11284441. OLE color: 11284441.
HSL color Cylindrical-coordinate representation of color #D92FAC: hue angle of 315.88º 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 #D92FAC is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 172 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.15 |
| HSL | 315.88º | 0.69% | 0.52% | - |
| HSV(B) | 315.88º | 0.78% | 0.85% | - |
| XYZ | 37.08 | 19.76 | 40.89 | - |
| YUV | 112.08 | 161.82 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 172 | 0 | 0.78 | 0.21 | 0.15 | 315.88 | 0.69 | 0.52 |
| Hex | D9 | 2F | AC | 0 | 4E | 15 | F | 13C | 45 | 34 |
| Octal | 331 | 57 | 254 | 0 | 116 | 25 | 17 | 474 | 105 | 64 |
| Binary | 11011001 | 101111 | 10101100 | 0 | 1001110 | 10101 | 1111 | 100111100 | 1000101 | 110100 |
Color Harmonies of #D92FAC
Complementary color
Monochromatic Colors of #D92FAC
Black with #D92FAC
Text Example
Text Example
White with #D92FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92FAC; }
p { color: rgb(217,47,172); }
H1.HeaderClassName
{
color: #D92FAC;
}
.AnyTagClassName
{
color: #D92FAC;
}
</style>
background-color css
<style>
a { background-color: #D92FAC; }
a { background-color: rgb(217,47,172); }
div.DivClassName
{
background-color: #D92FAC;
}
.BgClassName
{
background-color: #D92FAC;
}
</style>
border-color css
<style>
span { border-color: #D92FAC; }
span { border-color: rgb(217,47,172); }
td.TdClassName
{
border-color: #D92FAC;
}
.TagClassName
{
border-color: #D92FAC;
}
</style>