Shades of Persian Pink #D179B5
Tints of Persian Pink #D179B5
RGB
CMYK
RGB Variations
Color information
#D179B5 (or 0xD179B5) is known color: Persian Pink. HEX triplet: D1, 79 and B5. RGB value is (209,121,181). Sum of RGB (Red+Green+Blue) = 209+121+181=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D179B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179B5 is #2E864A. Grayscale: #9A9A9A. Windows color (decimal): -3049035 or 11893201. OLE color: 11893201.
HSL color Cylindrical-coordinate representation of color #D179B5: hue angle of 319.09º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D179B5 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 181 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.18 |
| HSL | 319.09º | 0.49% | 0.65% | - |
| HSV(B) | 319.09º | 0.42% | 0.82% | - |
| XYZ | 41.47 | 30.57 | 47.43 | - |
| YUV | 154.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 181 | 0 | 0.42 | 0.13 | 0.18 | 319.09 | 0.49 | 0.65 |
| Hex | D1 | 79 | B5 | 0 | 2A | D | 12 | 13F | 31 | 41 |
| Octal | 321 | 171 | 265 | 0 | 52 | 15 | 22 | 477 | 61 | 101 |
| Binary | 11010001 | 1111001 | 10110101 | 0 | 101010 | 1101 | 10010 | 100111111 | 110001 | 1000001 |
Color Harmonies of #D179B5
Complementary color
Monochromatic Colors of #D179B5
Black with #D179B5
Text Example
Text Example
White with #D179B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D179B5; }
p { color: rgb(209,121,181); }
H1.HeaderClassName
{
color: #D179B5;
}
.AnyTagClassName
{
color: #D179B5;
}
</style>
background-color css
<style>
a { background-color: #D179B5; }
a { background-color: rgb(209,121,181); }
div.DivClassName
{
background-color: #D179B5;
}
.BgClassName
{
background-color: #D179B5;
}
</style>
border-color css
<style>
span { border-color: #D179B5; }
span { border-color: rgb(209,121,181); }
td.TdClassName
{
border-color: #D179B5;
}
.TagClassName
{
border-color: #D179B5;
}
</style>