Shades of Persian Pink #DD6DB0
Tints of Persian Pink #DD6DB0
RGB
CMYK
RGB Variations
Color information
#DD6DB0 (or 0xDD6DB0) is known color: Persian Pink. HEX triplet: DD, 6D and B0. RGB value is (221,109,176). Sum of RGB (Red+Green+Blue) = 221+109+176=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6DB0 is #22924F. Grayscale: #959595. Windows color (decimal): -2265680 or 11562461. OLE color: 11562461.
HSL color Cylindrical-coordinate representation of color #DD6DB0: hue angle of 324.11º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6DB0 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 176 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.13 |
| HSL | 324.11º | 0.62% | 0.65% | - |
| HSV(B) | 324.11º | 0.51% | 0.87% | - |
| XYZ | 43.12 | 29.44 | 44.48 | - |
| YUV | 150.13 | 142.61 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 176 | 0 | 0.51 | 0.20 | 0.13 | 324.11 | 0.62 | 0.65 |
| Hex | DD | 6D | B0 | 0 | 33 | 14 | D | 144 | 3E | 41 |
| Octal | 335 | 155 | 260 | 0 | 63 | 24 | 15 | 504 | 76 | 101 |
| Binary | 11011101 | 1101101 | 10110000 | 0 | 110011 | 10100 | 1101 | 101000100 | 111110 | 1000001 |
Color Harmonies of #DD6DB0
Complementary color
Monochromatic Colors of #DD6DB0
Black with #DD6DB0
Text Example
Text Example
White with #DD6DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6DB0; }
p { color: rgb(221,109,176); }
H1.HeaderClassName
{
color: #DD6DB0;
}
.AnyTagClassName
{
color: #DD6DB0;
}
</style>
background-color css
<style>
a { background-color: #DD6DB0; }
a { background-color: rgb(221,109,176); }
div.DivClassName
{
background-color: #DD6DB0;
}
.BgClassName
{
background-color: #DD6DB0;
}
</style>
border-color css
<style>
span { border-color: #DD6DB0; }
span { border-color: rgb(221,109,176); }
td.TdClassName
{
border-color: #DD6DB0;
}
.TagClassName
{
border-color: #DD6DB0;
}
</style>