Shades of Persian Pink #DD73BD
Tints of Persian Pink #DD73BD
RGB
CMYK
RGB Variations
Color information
#DD73BD (or 0xDD73BD) is known color: Persian Pink. HEX triplet: DD, 73 and BD. RGB value is (221,115,189). Sum of RGB (Red+Green+Blue) = 221+115+189=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73BD is #228C42. Grayscale: #9A9A9A. Windows color (decimal): -2264131 or 12415965. OLE color: 12415965.
HSL color Cylindrical-coordinate representation of color #DD73BD: hue angle of 318.11º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD73BD is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 189 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.13 |
| HSL | 318.11º | 0.61% | 0.66% | - |
| HSV(B) | 318.11º | 0.48% | 0.87% | - |
| XYZ | 45.13 | 31.31 | 51.81 | - |
| YUV | 155.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 189 | 0 | 0.48 | 0.14 | 0.13 | 318.11 | 0.61 | 0.66 |
| Hex | DD | 73 | BD | 0 | 30 | E | D | 13E | 3D | 42 |
| Octal | 335 | 163 | 275 | 0 | 60 | 16 | 15 | 476 | 75 | 102 |
| Binary | 11011101 | 1110011 | 10111101 | 0 | 110000 | 1110 | 1101 | 100111110 | 111101 | 1000010 |
Color Harmonies of #DD73BD
Complementary color
Monochromatic Colors of #DD73BD
Black with #DD73BD
Text Example
Text Example
White with #DD73BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73BD; }
p { color: rgb(221,115,189); }
H1.HeaderClassName
{
color: #DD73BD;
}
.AnyTagClassName
{
color: #DD73BD;
}
</style>
background-color css
<style>
a { background-color: #DD73BD; }
a { background-color: rgb(221,115,189); }
div.DivClassName
{
background-color: #DD73BD;
}
.BgClassName
{
background-color: #DD73BD;
}
</style>
border-color css
<style>
span { border-color: #DD73BD; }
span { border-color: rgb(221,115,189); }
td.TdClassName
{
border-color: #DD73BD;
}
.TagClassName
{
border-color: #DD73BD;
}
</style>