Shades of Persian Pink #DD68B9
Tints of Persian Pink #DD68B9
RGB
CMYK
RGB Variations
Color information
#DD68B9 (or 0xDD68B9) is known color: Persian Pink. HEX triplet: DD, 68 and B9. RGB value is (221,104,185). Sum of RGB (Red+Green+Blue) = 221+104+185=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68B9 is #229746. Grayscale: #949494. Windows color (decimal): -2266951 or 12151005. OLE color: 12151005.
HSL color Cylindrical-coordinate representation of color #DD68B9: hue angle of 318.46º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD68B9 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 185 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.13 |
| HSL | 318.46º | 0.63% | 0.64% | - |
| HSV(B) | 318.46º | 0.53% | 0.87% | - |
| XYZ | 43.53 | 28.78 | 49.16 | - |
| YUV | 148.22 | 148.76 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 185 | 0 | 0.53 | 0.16 | 0.13 | 318.46 | 0.63 | 0.64 |
| Hex | DD | 68 | B9 | 0 | 35 | 10 | D | 13E | 3F | 40 |
| Octal | 335 | 150 | 271 | 0 | 65 | 20 | 15 | 476 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10111001 | 0 | 110101 | 10000 | 1101 | 100111110 | 111111 | 1000000 |
Color Harmonies of #DD68B9
Complementary color
Monochromatic Colors of #DD68B9
Black with #DD68B9
Text Example
Text Example
White with #DD68B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68B9; }
p { color: rgb(221,104,185); }
H1.HeaderClassName
{
color: #DD68B9;
}
.AnyTagClassName
{
color: #DD68B9;
}
</style>
background-color css
<style>
a { background-color: #DD68B9; }
a { background-color: rgb(221,104,185); }
div.DivClassName
{
background-color: #DD68B9;
}
.BgClassName
{
background-color: #DD68B9;
}
</style>
border-color css
<style>
span { border-color: #DD68B9; }
span { border-color: rgb(221,104,185); }
td.TdClassName
{
border-color: #DD68B9;
}
.TagClassName
{
border-color: #DD68B9;
}
</style>