Shades of Persian Pink #DD75B0
Tints of Persian Pink #DD75B0
RGB
CMYK
RGB Variations
Color information
#DD75B0 (or 0xDD75B0) is known color: Persian Pink. HEX triplet: DD, 75 and B0. RGB value is (221,117,176). Sum of RGB (Red+Green+Blue) = 221+117+176=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD75B0 is #228A4F. Grayscale: #9A9A9A. Windows color (decimal): -2263632 or 11564509. OLE color: 11564509.
HSL color Cylindrical-coordinate representation of color #DD75B0: hue angle of 325.96º 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 #DD75B0 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 176 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.13 |
| HSL | 325.96º | 0.6% | 0.66% | - |
| HSV(B) | 325.96º | 0.47% | 0.87% | - |
| XYZ | 44.02 | 31.23 | 44.78 | - |
| YUV | 154.82 | 139.96 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 176 | 0 | 0.47 | 0.20 | 0.13 | 325.96 | 0.6 | 0.66 |
| Hex | DD | 75 | B0 | 0 | 2F | 14 | D | 146 | 3C | 42 |
| Octal | 335 | 165 | 260 | 0 | 57 | 24 | 15 | 506 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10110000 | 0 | 101111 | 10100 | 1101 | 101000110 | 111100 | 1000010 |
Color Harmonies of #DD75B0
Complementary color
Monochromatic Colors of #DD75B0
Black with #DD75B0
Text Example
Text Example
White with #DD75B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75B0; }
p { color: rgb(221,117,176); }
H1.HeaderClassName
{
color: #DD75B0;
}
.AnyTagClassName
{
color: #DD75B0;
}
</style>
background-color css
<style>
a { background-color: #DD75B0; }
a { background-color: rgb(221,117,176); }
div.DivClassName
{
background-color: #DD75B0;
}
.BgClassName
{
background-color: #DD75B0;
}
</style>
border-color css
<style>
span { border-color: #DD75B0; }
span { border-color: rgb(221,117,176); }
td.TdClassName
{
border-color: #DD75B0;
}
.TagClassName
{
border-color: #DD75B0;
}
</style>