Shades of Persian Pink #DD83BC
Tints of Persian Pink #DD83BC
RGB
CMYK
RGB Variations
Color information
#DD83BC (or 0xDD83BC) is known color: Persian Pink. HEX triplet: DD, 83 and BC. RGB value is (221,131,188). Sum of RGB (Red+Green+Blue) = 221+131+188=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83BC is #227C43. Grayscale: #A4A4A4. Windows color (decimal): -2260036 or 12354525. OLE color: 12354525.
HSL color Cylindrical-coordinate representation of color #DD83BC: hue angle of 322º 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 #DD83BC is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 188 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.13 |
| HSL | 322º | 0.57% | 0.69% | - |
| HSV(B) | 322º | 0.41% | 0.87% | - |
| XYZ | 47.01 | 35.24 | 51.9 | - |
| YUV | 164.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 188 | 0 | 0.41 | 0.15 | 0.13 | 322 | 0.57 | 0.69 |
| Hex | DD | 83 | BC | 0 | 29 | F | D | 142 | 39 | 45 |
| Octal | 335 | 203 | 274 | 0 | 51 | 17 | 15 | 502 | 71 | 105 |
| Binary | 11011101 | 10000011 | 10111100 | 0 | 101001 | 1111 | 1101 | 101000010 | 111001 | 1000101 |
Color Harmonies of #DD83BC
Complementary color
Monochromatic Colors of #DD83BC
Black with #DD83BC
Text Example
Text Example
White with #DD83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83BC; }
p { color: rgb(221,131,188); }
H1.HeaderClassName
{
color: #DD83BC;
}
.AnyTagClassName
{
color: #DD83BC;
}
</style>
background-color css
<style>
a { background-color: #DD83BC; }
a { background-color: rgb(221,131,188); }
div.DivClassName
{
background-color: #DD83BC;
}
.BgClassName
{
background-color: #DD83BC;
}
</style>
border-color css
<style>
span { border-color: #DD83BC; }
span { border-color: rgb(221,131,188); }
td.TdClassName
{
border-color: #DD83BC;
}
.TagClassName
{
border-color: #DD83BC;
}
</style>