Shades of Persian Pink #DD75BB
Tints of Persian Pink #DD75BB
RGB
CMYK
RGB Variations
Color information
#DD75BB (or 0xDD75BB) is known color: Persian Pink. HEX triplet: DD, 75 and BB. RGB value is (221,117,187). Sum of RGB (Red+Green+Blue) = 221+117+187=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75BB is #228A44. Grayscale: #9B9B9B. Windows color (decimal): -2263621 or 12285405. OLE color: 12285405.
HSL color Cylindrical-coordinate representation of color #DD75BB: hue angle of 319.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD75BB is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 187 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.13 |
| HSL | 319.62º | 0.6% | 0.66% | - |
| HSV(B) | 319.62º | 0.47% | 0.87% | - |
| XYZ | 45.15 | 31.68 | 50.75 | - |
| YUV | 156.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 187 | 0 | 0.47 | 0.15 | 0.13 | 319.62 | 0.6 | 0.66 |
| Hex | DD | 75 | BB | 0 | 2F | F | D | 140 | 3C | 42 |
| Octal | 335 | 165 | 273 | 0 | 57 | 17 | 15 | 500 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10111011 | 0 | 101111 | 1111 | 1101 | 101000000 | 111100 | 1000010 |
Color Harmonies of #DD75BB
Complementary color
Monochromatic Colors of #DD75BB
Black with #DD75BB
Text Example
Text Example
White with #DD75BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75BB; }
p { color: rgb(221,117,187); }
H1.HeaderClassName
{
color: #DD75BB;
}
.AnyTagClassName
{
color: #DD75BB;
}
</style>
background-color css
<style>
a { background-color: #DD75BB; }
a { background-color: rgb(221,117,187); }
div.DivClassName
{
background-color: #DD75BB;
}
.BgClassName
{
background-color: #DD75BB;
}
</style>
border-color css
<style>
span { border-color: #DD75BB; }
span { border-color: rgb(221,117,187); }
td.TdClassName
{
border-color: #DD75BB;
}
.TagClassName
{
border-color: #DD75BB;
}
</style>