Shades of Persian Pink #DD6DB3
Tints of Persian Pink #DD6DB3
RGB
CMYK
RGB Variations
Color information
#DD6DB3 (or 0xDD6DB3) is known color: Persian Pink. HEX triplet: DD, 6D and B3. RGB value is (221,109,179). Sum of RGB (Red+Green+Blue) = 221+109+179=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DB3 is #22924C. Grayscale: #969696. Windows color (decimal): -2265677 or 11759069. OLE color: 11759069.
HSL color Cylindrical-coordinate representation of color #DD6DB3: hue angle of 322.5º 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 #DD6DB3 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 179 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.13 |
| HSL | 322.5º | 0.62% | 0.65% | - |
| HSV(B) | 322.5º | 0.51% | 0.87% | - |
| XYZ | 43.42 | 29.56 | 46.07 | - |
| YUV | 150.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 179 | 0 | 0.51 | 0.19 | 0.13 | 322.5 | 0.62 | 0.65 |
| Hex | DD | 6D | B3 | 0 | 33 | 13 | D | 142 | 3E | 41 |
| Octal | 335 | 155 | 263 | 0 | 63 | 23 | 15 | 502 | 76 | 101 |
| Binary | 11011101 | 1101101 | 10110011 | 0 | 110011 | 10011 | 1101 | 101000010 | 111110 | 1000001 |
Color Harmonies of #DD6DB3
Complementary color
Monochromatic Colors of #DD6DB3
Black with #DD6DB3
Text Example
Text Example
White with #DD6DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6DB3; }
p { color: rgb(221,109,179); }
H1.HeaderClassName
{
color: #DD6DB3;
}
.AnyTagClassName
{
color: #DD6DB3;
}
</style>
background-color css
<style>
a { background-color: #DD6DB3; }
a { background-color: rgb(221,109,179); }
div.DivClassName
{
background-color: #DD6DB3;
}
.BgClassName
{
background-color: #DD6DB3;
}
</style>
border-color css
<style>
span { border-color: #DD6DB3; }
span { border-color: rgb(221,109,179); }
td.TdClassName
{
border-color: #DD6DB3;
}
.TagClassName
{
border-color: #DD6DB3;
}
</style>