Shades of Persian Pink #DD81B5
Tints of Persian Pink #DD81B5
RGB
CMYK
RGB Variations
Color information
#DD81B5 (or 0xDD81B5) is known color: Persian Pink. HEX triplet: DD, 81 and B5. RGB value is (221,129,181). Sum of RGB (Red+Green+Blue) = 221+129+181=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81B5 is #227E4A. Grayscale: #A2A2A2. Windows color (decimal): -2260555 or 11895261. OLE color: 11895261.
HSL color Cylindrical-coordinate representation of color #DD81B5: hue angle of 326.09º 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 #DD81B5 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 181 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.13 |
| HSL | 326.09º | 0.58% | 0.69% | - |
| HSV(B) | 326.09º | 0.42% | 0.87% | - |
| XYZ | 46.01 | 34.41 | 47.93 | - |
| YUV | 162.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 181 | 0 | 0.42 | 0.18 | 0.13 | 326.09 | 0.58 | 0.69 |
| Hex | DD | 81 | B5 | 0 | 2A | 12 | D | 146 | 3A | 45 |
| Octal | 335 | 201 | 265 | 0 | 52 | 22 | 15 | 506 | 72 | 105 |
| Binary | 11011101 | 10000001 | 10110101 | 0 | 101010 | 10010 | 1101 | 101000110 | 111010 | 1000101 |
Color Harmonies of #DD81B5
Complementary color
Monochromatic Colors of #DD81B5
Black with #DD81B5
Text Example
Text Example
White with #DD81B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD81B5; }
p { color: rgb(221,129,181); }
H1.HeaderClassName
{
color: #DD81B5;
}
.AnyTagClassName
{
color: #DD81B5;
}
</style>
background-color css
<style>
a { background-color: #DD81B5; }
a { background-color: rgb(221,129,181); }
div.DivClassName
{
background-color: #DD81B5;
}
.BgClassName
{
background-color: #DD81B5;
}
</style>
border-color css
<style>
span { border-color: #DD81B5; }
span { border-color: rgb(221,129,181); }
td.TdClassName
{
border-color: #DD81B5;
}
.TagClassName
{
border-color: #DD81B5;
}
</style>