Shades of Persian Pink #DD81BD
Tints of Persian Pink #DD81BD
RGB
CMYK
RGB Variations
Color information
#DD81BD (or 0xDD81BD) is known color: Persian Pink. HEX triplet: DD, 81 and BD. RGB value is (221,129,189). Sum of RGB (Red+Green+Blue) = 221+129+189=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81BD is #227E42. Grayscale: #A3A3A3. Windows color (decimal): -2260547 or 12419549. OLE color: 12419549.
HSL color Cylindrical-coordinate representation of color #DD81BD: hue angle of 320.87º 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 #DD81BD is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 189 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.13 |
| HSL | 320.87º | 0.58% | 0.69% | - |
| HSV(B) | 320.87º | 0.42% | 0.87% | - |
| XYZ | 46.85 | 34.75 | 52.38 | - |
| YUV | 163.35 | 142.48 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 189 | 0 | 0.42 | 0.14 | 0.13 | 320.87 | 0.58 | 0.69 |
| Hex | DD | 81 | BD | 0 | 2A | E | D | 141 | 3A | 45 |
| Octal | 335 | 201 | 275 | 0 | 52 | 16 | 15 | 501 | 72 | 105 |
| Binary | 11011101 | 10000001 | 10111101 | 0 | 101010 | 1110 | 1101 | 101000001 | 111010 | 1000101 |
Color Harmonies of #DD81BD
Complementary color
Monochromatic Colors of #DD81BD
Black with #DD81BD
Text Example
Text Example
White with #DD81BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD81BD; }
p { color: rgb(221,129,189); }
H1.HeaderClassName
{
color: #DD81BD;
}
.AnyTagClassName
{
color: #DD81BD;
}
</style>
background-color css
<style>
a { background-color: #DD81BD; }
a { background-color: rgb(221,129,189); }
div.DivClassName
{
background-color: #DD81BD;
}
.BgClassName
{
background-color: #DD81BD;
}
</style>
border-color css
<style>
span { border-color: #DD81BD; }
span { border-color: rgb(221,129,189); }
td.TdClassName
{
border-color: #DD81BD;
}
.TagClassName
{
border-color: #DD81BD;
}
</style>