Shades of Persian Pink #DD74B6
Tints of Persian Pink #DD74B6
RGB
CMYK
RGB Variations
Color information
#DD74B6 (or 0xDD74B6) is known color: Persian Pink. HEX triplet: DD, 74 and B6. RGB value is (221,116,182). Sum of RGB (Red+Green+Blue) = 221+116+182=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74B6 is #228B49. Grayscale: #9A9A9A. Windows color (decimal): -2263882 or 11957469. OLE color: 11957469.
HSL color Cylindrical-coordinate representation of color #DD74B6: hue angle of 322.29º 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 #DD74B6 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 182 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.13 |
| HSL | 322.29º | 0.61% | 0.66% | - |
| HSV(B) | 322.29º | 0.48% | 0.87% | - |
| XYZ | 44.51 | 31.24 | 47.94 | - |
| YUV | 154.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 182 | 0 | 0.48 | 0.18 | 0.13 | 322.29 | 0.61 | 0.66 |
| Hex | DD | 74 | B6 | 0 | 30 | 12 | D | 142 | 3D | 42 |
| Octal | 335 | 164 | 266 | 0 | 60 | 22 | 15 | 502 | 75 | 102 |
| Binary | 11011101 | 1110100 | 10110110 | 0 | 110000 | 10010 | 1101 | 101000010 | 111101 | 1000010 |
Color Harmonies of #DD74B6
Complementary color
Monochromatic Colors of #DD74B6
Black with #DD74B6
Text Example
Text Example
White with #DD74B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74B6; }
p { color: rgb(221,116,182); }
H1.HeaderClassName
{
color: #DD74B6;
}
.AnyTagClassName
{
color: #DD74B6;
}
</style>
background-color css
<style>
a { background-color: #DD74B6; }
a { background-color: rgb(221,116,182); }
div.DivClassName
{
background-color: #DD74B6;
}
.BgClassName
{
background-color: #DD74B6;
}
</style>
border-color css
<style>
span { border-color: #DD74B6; }
span { border-color: rgb(221,116,182); }
td.TdClassName
{
border-color: #DD74B6;
}
.TagClassName
{
border-color: #DD74B6;
}
</style>