Shades of Persian Pink #DD74BA
Tints of Persian Pink #DD74BA
RGB
CMYK
RGB Variations
Color information
#DD74BA (or 0xDD74BA) is known color: Persian Pink. HEX triplet: DD, 74 and BA. RGB value is (221,116,186). Sum of RGB (Red+Green+Blue) = 221+116+186=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74BA is #228B45. Grayscale: #9B9B9B. Windows color (decimal): -2263878 or 12219613. OLE color: 12219613.
HSL color Cylindrical-coordinate representation of color #DD74BA: hue angle of 320º 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 #DD74BA is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 186 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.13 |
| HSL | 320º | 0.61% | 0.66% | - |
| HSV(B) | 320º | 0.48% | 0.87% | - |
| XYZ | 44.93 | 31.41 | 50.15 | - |
| YUV | 155.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 186 | 0 | 0.48 | 0.16 | 0.13 | 320 | 0.61 | 0.66 |
| Hex | DD | 74 | BA | 0 | 30 | 10 | D | 140 | 3D | 42 |
| Octal | 335 | 164 | 272 | 0 | 60 | 20 | 15 | 500 | 75 | 102 |
| Binary | 11011101 | 1110100 | 10111010 | 0 | 110000 | 10000 | 1101 | 101000000 | 111101 | 1000010 |
Color Harmonies of #DD74BA
Complementary color
Monochromatic Colors of #DD74BA
Black with #DD74BA
Text Example
Text Example
White with #DD74BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74BA; }
p { color: rgb(221,116,186); }
H1.HeaderClassName
{
color: #DD74BA;
}
.AnyTagClassName
{
color: #DD74BA;
}
</style>
background-color css
<style>
a { background-color: #DD74BA; }
a { background-color: rgb(221,116,186); }
div.DivClassName
{
background-color: #DD74BA;
}
.BgClassName
{
background-color: #DD74BA;
}
</style>
border-color css
<style>
span { border-color: #DD74BA; }
span { border-color: rgb(221,116,186); }
td.TdClassName
{
border-color: #DD74BA;
}
.TagClassName
{
border-color: #DD74BA;
}
</style>