Shades of Persian Pink #DD6FBC
Tints of Persian Pink #DD6FBC
RGB
CMYK
RGB Variations
Color information
#DD6FBC (or 0xDD6FBC) is known color: Persian Pink. HEX triplet: DD, 6F and BC. RGB value is (221,111,188). Sum of RGB (Red+Green+Blue) = 221+111+188=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FBC is #229043. Grayscale: #989898. Windows color (decimal): -2265156 or 12349405. OLE color: 12349405.
HSL color Cylindrical-coordinate representation of color #DD6FBC: hue angle of 318º 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 #DD6FBC is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 188 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.13 |
| HSL | 318º | 0.62% | 0.65% | - |
| HSV(B) | 318º | 0.5% | 0.87% | - |
| XYZ | 44.58 | 30.37 | 51.09 | - |
| YUV | 152.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 188 | 0 | 0.50 | 0.15 | 0.13 | 318 | 0.62 | 0.65 |
| Hex | DD | 6F | BC | 0 | 32 | F | D | 13E | 3E | 41 |
| Octal | 335 | 157 | 274 | 0 | 62 | 17 | 15 | 476 | 76 | 101 |
| Binary | 11011101 | 1101111 | 10111100 | 0 | 110010 | 1111 | 1101 | 100111110 | 111110 | 1000001 |
Color Harmonies of #DD6FBC
Complementary color
Monochromatic Colors of #DD6FBC
Black with #DD6FBC
Text Example
Text Example
White with #DD6FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FBC; }
p { color: rgb(221,111,188); }
H1.HeaderClassName
{
color: #DD6FBC;
}
.AnyTagClassName
{
color: #DD6FBC;
}
</style>
background-color css
<style>
a { background-color: #DD6FBC; }
a { background-color: rgb(221,111,188); }
div.DivClassName
{
background-color: #DD6FBC;
}
.BgClassName
{
background-color: #DD6FBC;
}
</style>
border-color css
<style>
span { border-color: #DD6FBC; }
span { border-color: rgb(221,111,188); }
td.TdClassName
{
border-color: #DD6FBC;
}
.TagClassName
{
border-color: #DD6FBC;
}
</style>