Shades of Persian Pink #DD7FB8
Tints of Persian Pink #DD7FB8
RGB
CMYK
RGB Variations
Color information
#DD7FB8 (or 0xDD7FB8) is known color: Persian Pink. HEX triplet: DD, 7F and B8. RGB value is (221,127,184). Sum of RGB (Red+Green+Blue) = 221+127+184=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FB8 is #228047. Grayscale: #A1A1A1. Windows color (decimal): -2261064 or 12091357. OLE color: 12091357.
HSL color Cylindrical-coordinate representation of color #DD7FB8: hue angle of 323.62º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7FB8 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 184 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.13 |
| HSL | 323.62º | 0.58% | 0.68% | - |
| HSV(B) | 323.62º | 0.43% | 0.87% | - |
| XYZ | 46.06 | 34.01 | 49.48 | - |
| YUV | 161.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 184 | 0 | 0.43 | 0.17 | 0.13 | 323.62 | 0.58 | 0.68 |
| Hex | DD | 7F | B8 | 0 | 2B | 11 | D | 144 | 3A | 44 |
| Octal | 335 | 177 | 270 | 0 | 53 | 21 | 15 | 504 | 72 | 104 |
| Binary | 11011101 | 1111111 | 10111000 | 0 | 101011 | 10001 | 1101 | 101000100 | 111010 | 1000100 |
Color Harmonies of #DD7FB8
Complementary color
Monochromatic Colors of #DD7FB8
Black with #DD7FB8
Text Example
Text Example
White with #DD7FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FB8; }
p { color: rgb(221,127,184); }
H1.HeaderClassName
{
color: #DD7FB8;
}
.AnyTagClassName
{
color: #DD7FB8;
}
</style>
background-color css
<style>
a { background-color: #DD7FB8; }
a { background-color: rgb(221,127,184); }
div.DivClassName
{
background-color: #DD7FB8;
}
.BgClassName
{
background-color: #DD7FB8;
}
</style>
border-color css
<style>
span { border-color: #DD7FB8; }
span { border-color: rgb(221,127,184); }
td.TdClassName
{
border-color: #DD7FB8;
}
.TagClassName
{
border-color: #DD7FB8;
}
</style>