Shades of Persian Pink #DD80B5
Tints of Persian Pink #DD80B5
RGB
CMYK
RGB Variations
Color information
#DD80B5 (or 0xDD80B5) is known color: Persian Pink. HEX triplet: DD, 80 and B5. RGB value is (221,128,181). Sum of RGB (Red+Green+Blue) = 221+128+181=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80B5 is #227F4A. Grayscale: #A1A1A1. Windows color (decimal): -2260811 or 11895005. OLE color: 11895005.
HSL color Cylindrical-coordinate representation of color #DD80B5: hue angle of 325.81º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD80B5 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 181 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.13 |
| HSL | 325.81º | 0.58% | 0.68% | - |
| HSV(B) | 325.81º | 0.42% | 0.87% | - |
| XYZ | 45.88 | 34.15 | 47.89 | - |
| YUV | 161.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 181 | 0 | 0.42 | 0.18 | 0.13 | 325.81 | 0.58 | 0.68 |
| Hex | DD | 80 | B5 | 0 | 2A | 12 | D | 146 | 3A | 44 |
| Octal | 335 | 200 | 265 | 0 | 52 | 22 | 15 | 506 | 72 | 104 |
| Binary | 11011101 | 10000000 | 10110101 | 0 | 101010 | 10010 | 1101 | 101000110 | 111010 | 1000100 |
Color Harmonies of #DD80B5
Complementary color
Monochromatic Colors of #DD80B5
Black with #DD80B5
Text Example
Text Example
White with #DD80B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80B5; }
p { color: rgb(221,128,181); }
H1.HeaderClassName
{
color: #DD80B5;
}
.AnyTagClassName
{
color: #DD80B5;
}
</style>
background-color css
<style>
a { background-color: #DD80B5; }
a { background-color: rgb(221,128,181); }
div.DivClassName
{
background-color: #DD80B5;
}
.BgClassName
{
background-color: #DD80B5;
}
</style>
border-color css
<style>
span { border-color: #DD80B5; }
span { border-color: rgb(221,128,181); }
td.TdClassName
{
border-color: #DD80B5;
}
.TagClassName
{
border-color: #DD80B5;
}
</style>