Shades of Persian Pink #DD69B9
Tints of Persian Pink #DD69B9
RGB
CMYK
RGB Variations
Color information
#DD69B9 (or 0xDD69B9) is known color: Persian Pink. HEX triplet: DD, 69 and B9. RGB value is (221,105,185). Sum of RGB (Red+Green+Blue) = 221+105+185=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69B9 is #229646. Grayscale: #949494. Windows color (decimal): -2266695 or 12151261. OLE color: 12151261.
HSL color Cylindrical-coordinate representation of color #DD69B9: hue angle of 318.62º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD69B9 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 185 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.13 |
| HSL | 318.62º | 0.63% | 0.64% | - |
| HSV(B) | 318.62º | 0.52% | 0.87% | - |
| XYZ | 43.63 | 28.98 | 49.19 | - |
| YUV | 148.8 | 148.43 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 185 | 0 | 0.52 | 0.16 | 0.13 | 318.62 | 0.63 | 0.64 |
| Hex | DD | 69 | B9 | 0 | 34 | 10 | D | 13F | 3F | 40 |
| Octal | 335 | 151 | 271 | 0 | 64 | 20 | 15 | 477 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10111001 | 0 | 110100 | 10000 | 1101 | 100111111 | 111111 | 1000000 |
Color Harmonies of #DD69B9
Complementary color
Monochromatic Colors of #DD69B9
Black with #DD69B9
Text Example
Text Example
White with #DD69B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69B9; }
p { color: rgb(221,105,185); }
H1.HeaderClassName
{
color: #DD69B9;
}
.AnyTagClassName
{
color: #DD69B9;
}
</style>
background-color css
<style>
a { background-color: #DD69B9; }
a { background-color: rgb(221,105,185); }
div.DivClassName
{
background-color: #DD69B9;
}
.BgClassName
{
background-color: #DD69B9;
}
</style>
border-color css
<style>
span { border-color: #DD69B9; }
span { border-color: rgb(221,105,185); }
td.TdClassName
{
border-color: #DD69B9;
}
.TagClassName
{
border-color: #DD69B9;
}
</style>