Shades of Persian Pink #DD6FB6
Tints of Persian Pink #DD6FB6
RGB
CMYK
RGB Variations
Color information
#DD6FB6 (or 0xDD6FB6) is known color: Persian Pink. HEX triplet: DD, 6F and B6. RGB value is (221,111,182). Sum of RGB (Red+Green+Blue) = 221+111+182=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FB6 is #229049. Grayscale: #979797. Windows color (decimal): -2265162 or 11956189. OLE color: 11956189.
HSL color Cylindrical-coordinate representation of color #DD6FB6: hue angle of 321.27º 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 #DD6FB6 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 182 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.13 |
| HSL | 321.27º | 0.62% | 0.65% | - |
| HSV(B) | 321.27º | 0.5% | 0.87% | - |
| XYZ | 43.95 | 30.12 | 47.75 | - |
| YUV | 151.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 182 | 0 | 0.50 | 0.18 | 0.13 | 321.27 | 0.62 | 0.65 |
| Hex | DD | 6F | B6 | 0 | 32 | 12 | D | 141 | 3E | 41 |
| Octal | 335 | 157 | 266 | 0 | 62 | 22 | 15 | 501 | 76 | 101 |
| Binary | 11011101 | 1101111 | 10110110 | 0 | 110010 | 10010 | 1101 | 101000001 | 111110 | 1000001 |
Color Harmonies of #DD6FB6
Complementary color
Monochromatic Colors of #DD6FB6
Black with #DD6FB6
Text Example
Text Example
White with #DD6FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FB6; }
p { color: rgb(221,111,182); }
H1.HeaderClassName
{
color: #DD6FB6;
}
.AnyTagClassName
{
color: #DD6FB6;
}
</style>
background-color css
<style>
a { background-color: #DD6FB6; }
a { background-color: rgb(221,111,182); }
div.DivClassName
{
background-color: #DD6FB6;
}
.BgClassName
{
background-color: #DD6FB6;
}
</style>
border-color css
<style>
span { border-color: #DD6FB6; }
span { border-color: rgb(221,111,182); }
td.TdClassName
{
border-color: #DD6FB6;
}
.TagClassName
{
border-color: #DD6FB6;
}
</style>