Shades of Persian Pink #DD7BB6
Tints of Persian Pink #DD7BB6
RGB
CMYK
RGB Variations
Color information
#DD7BB6 (or 0xDD7BB6) is known color: Persian Pink. HEX triplet: DD, 7B and B6. RGB value is (221,123,182). Sum of RGB (Red+Green+Blue) = 221+123+182=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BB6 is #228449. Grayscale: #9E9E9E. Windows color (decimal): -2262090 or 11959261. OLE color: 11959261.
HSL color Cylindrical-coordinate representation of color #DD7BB6: hue angle of 323.88º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7BB6 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 182 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.13 |
| HSL | 323.88º | 0.59% | 0.67% | - |
| HSV(B) | 323.88º | 0.44% | 0.87% | - |
| XYZ | 45.35 | 32.92 | 48.22 | - |
| YUV | 159.03 | 140.97 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 182 | 0 | 0.44 | 0.18 | 0.13 | 323.88 | 0.59 | 0.67 |
| Hex | DD | 7B | B6 | 0 | 2C | 12 | D | 144 | 3B | 43 |
| Octal | 335 | 173 | 266 | 0 | 54 | 22 | 15 | 504 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10110110 | 0 | 101100 | 10010 | 1101 | 101000100 | 111011 | 1000011 |
Color Harmonies of #DD7BB6
Complementary color
Monochromatic Colors of #DD7BB6
Black with #DD7BB6
Text Example
Text Example
White with #DD7BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BB6; }
p { color: rgb(221,123,182); }
H1.HeaderClassName
{
color: #DD7BB6;
}
.AnyTagClassName
{
color: #DD7BB6;
}
</style>
background-color css
<style>
a { background-color: #DD7BB6; }
a { background-color: rgb(221,123,182); }
div.DivClassName
{
background-color: #DD7BB6;
}
.BgClassName
{
background-color: #DD7BB6;
}
</style>
border-color css
<style>
span { border-color: #DD7BB6; }
span { border-color: rgb(221,123,182); }
td.TdClassName
{
border-color: #DD7BB6;
}
.TagClassName
{
border-color: #DD7BB6;
}
</style>