Shades of Persian Pink #DD80B6
Tints of Persian Pink #DD80B6
RGB
CMYK
RGB Variations
Color information
#DD80B6 (or 0xDD80B6) is known color: Persian Pink. HEX triplet: DD, 80 and B6. RGB value is (221,128,182). Sum of RGB (Red+Green+Blue) = 221+128+182=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80B6 is #227F49. Grayscale: #A1A1A1. Windows color (decimal): -2260810 or 11960541. OLE color: 11960541.
HSL color Cylindrical-coordinate representation of color #DD80B6: hue angle of 325.16º 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 #DD80B6 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 182 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.13 |
| HSL | 325.16º | 0.58% | 0.68% | - |
| HSV(B) | 325.16º | 0.42% | 0.87% | - |
| XYZ | 45.98 | 34.19 | 48.43 | - |
| YUV | 161.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 182 | 0 | 0.42 | 0.18 | 0.13 | 325.16 | 0.58 | 0.68 |
| Hex | DD | 80 | B6 | 0 | 2A | 12 | D | 145 | 3A | 44 |
| Octal | 335 | 200 | 266 | 0 | 52 | 22 | 15 | 505 | 72 | 104 |
| Binary | 11011101 | 10000000 | 10110110 | 0 | 101010 | 10010 | 1101 | 101000101 | 111010 | 1000100 |
Color Harmonies of #DD80B6
Complementary color
Monochromatic Colors of #DD80B6
Black with #DD80B6
Text Example
Text Example
White with #DD80B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80B6; }
p { color: rgb(221,128,182); }
H1.HeaderClassName
{
color: #DD80B6;
}
.AnyTagClassName
{
color: #DD80B6;
}
</style>
background-color css
<style>
a { background-color: #DD80B6; }
a { background-color: rgb(221,128,182); }
div.DivClassName
{
background-color: #DD80B6;
}
.BgClassName
{
background-color: #DD80B6;
}
</style>
border-color css
<style>
span { border-color: #DD80B6; }
span { border-color: rgb(221,128,182); }
td.TdClassName
{
border-color: #DD80B6;
}
.TagClassName
{
border-color: #DD80B6;
}
</style>