Shades of Persian Pink #DD74B0
Tints of Persian Pink #DD74B0
RGB
CMYK
RGB Variations
Color information
#DD74B0 (or 0xDD74B0) is known color: Persian Pink. HEX triplet: DD, 74 and B0. RGB value is (221,116,176). Sum of RGB (Red+Green+Blue) = 221+116+176=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD74B0 is #228B4F. Grayscale: #9A9A9A. Windows color (decimal): -2263888 or 11564253. OLE color: 11564253.
HSL color Cylindrical-coordinate representation of color #DD74B0: hue angle of 325.71º 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 #DD74B0 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 176 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.13 |
| HSL | 325.71º | 0.61% | 0.66% | - |
| HSV(B) | 325.71º | 0.48% | 0.87% | - |
| XYZ | 43.9 | 31 | 44.74 | - |
| YUV | 154.24 | 140.29 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 176 | 0 | 0.48 | 0.20 | 0.13 | 325.71 | 0.61 | 0.66 |
| Hex | DD | 74 | B0 | 0 | 30 | 14 | D | 146 | 3D | 42 |
| Octal | 335 | 164 | 260 | 0 | 60 | 24 | 15 | 506 | 75 | 102 |
| Binary | 11011101 | 1110100 | 10110000 | 0 | 110000 | 10100 | 1101 | 101000110 | 111101 | 1000010 |
Color Harmonies of #DD74B0
Complementary color
Monochromatic Colors of #DD74B0
Black with #DD74B0
Text Example
Text Example
White with #DD74B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74B0; }
p { color: rgb(221,116,176); }
H1.HeaderClassName
{
color: #DD74B0;
}
.AnyTagClassName
{
color: #DD74B0;
}
</style>
background-color css
<style>
a { background-color: #DD74B0; }
a { background-color: rgb(221,116,176); }
div.DivClassName
{
background-color: #DD74B0;
}
.BgClassName
{
background-color: #DD74B0;
}
</style>
border-color css
<style>
span { border-color: #DD74B0; }
span { border-color: rgb(221,116,176); }
td.TdClassName
{
border-color: #DD74B0;
}
.TagClassName
{
border-color: #DD74B0;
}
</style>