Shades of Persian Pink #DD75BC
Tints of Persian Pink #DD75BC
RGB
CMYK
RGB Variations
Color information
#DD75BC (or 0xDD75BC) is known color: Persian Pink. HEX triplet: DD, 75 and BC. RGB value is (221,117,188). Sum of RGB (Red+Green+Blue) = 221+117+188=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75BC is #228A43. Grayscale: #9C9C9C. Windows color (decimal): -2263620 or 12350941. OLE color: 12350941.
HSL color Cylindrical-coordinate representation of color #DD75BC: hue angle of 319.04º 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 #DD75BC is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 188 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.13 |
| HSL | 319.04º | 0.6% | 0.66% | - |
| HSV(B) | 319.04º | 0.47% | 0.87% | - |
| XYZ | 45.26 | 31.73 | 51.32 | - |
| YUV | 156.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 188 | 0 | 0.47 | 0.15 | 0.13 | 319.04 | 0.6 | 0.66 |
| Hex | DD | 75 | BC | 0 | 2F | F | D | 13F | 3C | 42 |
| Octal | 335 | 165 | 274 | 0 | 57 | 17 | 15 | 477 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10111100 | 0 | 101111 | 1111 | 1101 | 100111111 | 111100 | 1000010 |
Color Harmonies of #DD75BC
Complementary color
Monochromatic Colors of #DD75BC
Black with #DD75BC
Text Example
Text Example
White with #DD75BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75BC; }
p { color: rgb(221,117,188); }
H1.HeaderClassName
{
color: #DD75BC;
}
.AnyTagClassName
{
color: #DD75BC;
}
</style>
background-color css
<style>
a { background-color: #DD75BC; }
a { background-color: rgb(221,117,188); }
div.DivClassName
{
background-color: #DD75BC;
}
.BgClassName
{
background-color: #DD75BC;
}
</style>
border-color css
<style>
span { border-color: #DD75BC; }
span { border-color: rgb(221,117,188); }
td.TdClassName
{
border-color: #DD75BC;
}
.TagClassName
{
border-color: #DD75BC;
}
</style>