Shades of Persian Pink #DD81B7
Tints of Persian Pink #DD81B7
RGB
CMYK
RGB Variations
Color information
#DD81B7 (or 0xDD81B7) is known color: Persian Pink. HEX triplet: DD, 81 and B7. RGB value is (221,129,183). Sum of RGB (Red+Green+Blue) = 221+129+183=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81B7 is #227E48. Grayscale: #A2A2A2. Windows color (decimal): -2260553 or 12026333. OLE color: 12026333.
HSL color Cylindrical-coordinate representation of color #DD81B7: hue angle of 324.78º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD81B7 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 183 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.13 |
| HSL | 324.78º | 0.58% | 0.69% | - |
| HSV(B) | 324.78º | 0.42% | 0.87% | - |
| XYZ | 46.22 | 34.49 | 49.02 | - |
| YUV | 162.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 183 | 0 | 0.42 | 0.17 | 0.13 | 324.78 | 0.58 | 0.69 |
| Hex | DD | 81 | B7 | 0 | 2A | 11 | D | 145 | 3A | 45 |
| Octal | 335 | 201 | 267 | 0 | 52 | 21 | 15 | 505 | 72 | 105 |
| Binary | 11011101 | 10000001 | 10110111 | 0 | 101010 | 10001 | 1101 | 101000101 | 111010 | 1000101 |
Color Harmonies of #DD81B7
Complementary color
Monochromatic Colors of #DD81B7
Black with #DD81B7
Text Example
Text Example
White with #DD81B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD81B7; }
p { color: rgb(221,129,183); }
H1.HeaderClassName
{
color: #DD81B7;
}
.AnyTagClassName
{
color: #DD81B7;
}
</style>
background-color css
<style>
a { background-color: #DD81B7; }
a { background-color: rgb(221,129,183); }
div.DivClassName
{
background-color: #DD81B7;
}
.BgClassName
{
background-color: #DD81B7;
}
</style>
border-color css
<style>
span { border-color: #DD81B7; }
span { border-color: rgb(221,129,183); }
td.TdClassName
{
border-color: #DD81B7;
}
.TagClassName
{
border-color: #DD81B7;
}
</style>