Shades of Persian Pink #DD75B8
Tints of Persian Pink #DD75B8
RGB
CMYK
RGB Variations
Color information
#DD75B8 (or 0xDD75B8) is known color: Persian Pink. HEX triplet: DD, 75 and B8. RGB value is (221,117,184). Sum of RGB (Red+Green+Blue) = 221+117+184=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75B8 is #228A47. Grayscale: #9B9B9B. Windows color (decimal): -2263624 or 12088797. OLE color: 12088797.
HSL color Cylindrical-coordinate representation of color #DD75B8: hue angle of 321.35º 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 #DD75B8 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 184 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.13 |
| HSL | 321.35º | 0.6% | 0.66% | - |
| HSV(B) | 321.35º | 0.47% | 0.87% | - |
| XYZ | 44.83 | 31.56 | 49.08 | - |
| YUV | 155.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 184 | 0 | 0.47 | 0.17 | 0.13 | 321.35 | 0.6 | 0.66 |
| Hex | DD | 75 | B8 | 0 | 2F | 11 | D | 141 | 3C | 42 |
| Octal | 335 | 165 | 270 | 0 | 57 | 21 | 15 | 501 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10111000 | 0 | 101111 | 10001 | 1101 | 101000001 | 111100 | 1000010 |
Color Harmonies of #DD75B8
Complementary color
Monochromatic Colors of #DD75B8
Black with #DD75B8
Text Example
Text Example
White with #DD75B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75B8; }
p { color: rgb(221,117,184); }
H1.HeaderClassName
{
color: #DD75B8;
}
.AnyTagClassName
{
color: #DD75B8;
}
</style>
background-color css
<style>
a { background-color: #DD75B8; }
a { background-color: rgb(221,117,184); }
div.DivClassName
{
background-color: #DD75B8;
}
.BgClassName
{
background-color: #DD75B8;
}
</style>
border-color css
<style>
span { border-color: #DD75B8; }
span { border-color: rgb(221,117,184); }
td.TdClassName
{
border-color: #DD75B8;
}
.TagClassName
{
border-color: #DD75B8;
}
</style>