Shades of Persian Pink #DD6FB0
Tints of Persian Pink #DD6FB0
RGB
CMYK
RGB Variations
Color information
#DD6FB0 (or 0xDD6FB0) is known color: Persian Pink. HEX triplet: DD, 6F and B0. RGB value is (221,111,176). Sum of RGB (Red+Green+Blue) = 221+111+176=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6FB0 is #22904F. Grayscale: #979797. Windows color (decimal): -2265168 or 11562973. OLE color: 11562973.
HSL color Cylindrical-coordinate representation of color #DD6FB0: hue angle of 324.55º 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 #DD6FB0 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 176 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.13 |
| HSL | 324.55º | 0.62% | 0.65% | - |
| HSV(B) | 324.55º | 0.5% | 0.87% | - |
| XYZ | 43.34 | 29.88 | 44.56 | - |
| YUV | 151.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 176 | 0 | 0.50 | 0.20 | 0.13 | 324.55 | 0.62 | 0.65 |
| Hex | DD | 6F | B0 | 0 | 32 | 14 | D | 145 | 3E | 41 |
| Octal | 335 | 157 | 260 | 0 | 62 | 24 | 15 | 505 | 76 | 101 |
| Binary | 11011101 | 1101111 | 10110000 | 0 | 110010 | 10100 | 1101 | 101000101 | 111110 | 1000001 |
Color Harmonies of #DD6FB0
Complementary color
Monochromatic Colors of #DD6FB0
Black with #DD6FB0
Text Example
Text Example
White with #DD6FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FB0; }
p { color: rgb(221,111,176); }
H1.HeaderClassName
{
color: #DD6FB0;
}
.AnyTagClassName
{
color: #DD6FB0;
}
</style>
background-color css
<style>
a { background-color: #DD6FB0; }
a { background-color: rgb(221,111,176); }
div.DivClassName
{
background-color: #DD6FB0;
}
.BgClassName
{
background-color: #DD6FB0;
}
</style>
border-color css
<style>
span { border-color: #DD6FB0; }
span { border-color: rgb(221,111,176); }
td.TdClassName
{
border-color: #DD6FB0;
}
.TagClassName
{
border-color: #DD6FB0;
}
</style>