Shades of Persian Pink #DD6FB9
Tints of Persian Pink #DD6FB9
RGB
CMYK
RGB Variations
Color information
#DD6FB9 (or 0xDD6FB9) is known color: Persian Pink. HEX triplet: DD, 6F and B9. RGB value is (221,111,185). Sum of RGB (Red+Green+Blue) = 221+111+185=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FB9 is #229046. Grayscale: #989898. Windows color (decimal): -2265159 or 12152797. OLE color: 12152797.
HSL color Cylindrical-coordinate representation of color #DD6FB9: hue angle of 319.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FB9 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 185 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.13 |
| HSL | 319.64º | 0.62% | 0.65% | - |
| HSV(B) | 319.64º | 0.5% | 0.87% | - |
| XYZ | 44.26 | 30.24 | 49.4 | - |
| YUV | 152.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 185 | 0 | 0.50 | 0.16 | 0.13 | 319.64 | 0.62 | 0.65 |
| Hex | DD | 6F | B9 | 0 | 32 | 10 | D | 140 | 3E | 41 |
| Octal | 335 | 157 | 271 | 0 | 62 | 20 | 15 | 500 | 76 | 101 |
| Binary | 11011101 | 1101111 | 10111001 | 0 | 110010 | 10000 | 1101 | 101000000 | 111110 | 1000001 |
Color Harmonies of #DD6FB9
Complementary color
Monochromatic Colors of #DD6FB9
Black with #DD6FB9
Text Example
Text Example
White with #DD6FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FB9; }
p { color: rgb(221,111,185); }
H1.HeaderClassName
{
color: #DD6FB9;
}
.AnyTagClassName
{
color: #DD6FB9;
}
</style>
background-color css
<style>
a { background-color: #DD6FB9; }
a { background-color: rgb(221,111,185); }
div.DivClassName
{
background-color: #DD6FB9;
}
.BgClassName
{
background-color: #DD6FB9;
}
</style>
border-color css
<style>
span { border-color: #DD6FB9; }
span { border-color: rgb(221,111,185); }
td.TdClassName
{
border-color: #DD6FB9;
}
.TagClassName
{
border-color: #DD6FB9;
}
</style>