Shades of Persian Pink #DD83BA
Tints of Persian Pink #DD83BA
RGB
CMYK
RGB Variations
Color information
#DD83BA (or 0xDD83BA) is known color: Persian Pink. HEX triplet: DD, 83 and BA. RGB value is (221,131,186). Sum of RGB (Red+Green+Blue) = 221+131+186=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83BA is #227C45. Grayscale: #A4A4A4. Windows color (decimal): -2260038 or 12223453. OLE color: 12223453.
HSL color Cylindrical-coordinate representation of color #DD83BA: hue angle of 323.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD83BA is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 186 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.13 |
| HSL | 323.33º | 0.57% | 0.69% | - |
| HSV(B) | 323.33º | 0.41% | 0.87% | - |
| XYZ | 46.8 | 35.15 | 50.77 | - |
| YUV | 164.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 186 | 0 | 0.41 | 0.16 | 0.13 | 323.33 | 0.57 | 0.69 |
| Hex | DD | 83 | BA | 0 | 29 | 10 | D | 143 | 39 | 45 |
| Octal | 335 | 203 | 272 | 0 | 51 | 20 | 15 | 503 | 71 | 105 |
| Binary | 11011101 | 10000011 | 10111010 | 0 | 101001 | 10000 | 1101 | 101000011 | 111001 | 1000101 |
Color Harmonies of #DD83BA
Complementary color
Monochromatic Colors of #DD83BA
Black with #DD83BA
Text Example
Text Example
White with #DD83BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83BA; }
p { color: rgb(221,131,186); }
H1.HeaderClassName
{
color: #DD83BA;
}
.AnyTagClassName
{
color: #DD83BA;
}
</style>
background-color css
<style>
a { background-color: #DD83BA; }
a { background-color: rgb(221,131,186); }
div.DivClassName
{
background-color: #DD83BA;
}
.BgClassName
{
background-color: #DD83BA;
}
</style>
border-color css
<style>
span { border-color: #DD83BA; }
span { border-color: rgb(221,131,186); }
td.TdClassName
{
border-color: #DD83BA;
}
.TagClassName
{
border-color: #DD83BA;
}
</style>