Shades of Persian Pink #DD6EB4
Tints of Persian Pink #DD6EB4
RGB
CMYK
RGB Variations
Color information
#DD6EB4 (or 0xDD6EB4) is known color: Persian Pink. HEX triplet: DD, 6E and B4. RGB value is (221,110,180). Sum of RGB (Red+Green+Blue) = 221+110+180=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EB4 is #22914B. Grayscale: #979797. Windows color (decimal): -2265420 or 11824861. OLE color: 11824861.
HSL color Cylindrical-coordinate representation of color #DD6EB4: hue angle of 322.16º 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 #DD6EB4 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 110 | 180 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.13 |
| HSL | 322.16º | 0.62% | 0.65% | - |
| HSV(B) | 322.16º | 0.5% | 0.87% | - |
| XYZ | 43.63 | 29.82 | 46.64 | - |
| YUV | 151.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 180 | 0 | 0.50 | 0.19 | 0.13 | 322.16 | 0.62 | 0.65 |
| Hex | DD | 6E | B4 | 0 | 32 | 13 | D | 142 | 3E | 41 |
| Octal | 335 | 156 | 264 | 0 | 62 | 23 | 15 | 502 | 76 | 101 |
| Binary | 11011101 | 1101110 | 10110100 | 0 | 110010 | 10011 | 1101 | 101000010 | 111110 | 1000001 |
Color Harmonies of #DD6EB4
Complementary color
Monochromatic Colors of #DD6EB4
Black with #DD6EB4
Text Example
Text Example
White with #DD6EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6EB4; }
p { color: rgb(221,110,180); }
H1.HeaderClassName
{
color: #DD6EB4;
}
.AnyTagClassName
{
color: #DD6EB4;
}
</style>
background-color css
<style>
a { background-color: #DD6EB4; }
a { background-color: rgb(221,110,180); }
div.DivClassName
{
background-color: #DD6EB4;
}
.BgClassName
{
background-color: #DD6EB4;
}
</style>
border-color css
<style>
span { border-color: #DD6EB4; }
span { border-color: rgb(221,110,180); }
td.TdClassName
{
border-color: #DD6EB4;
}
.TagClassName
{
border-color: #DD6EB4;
}
</style>