Shades of Persian Pink #DD74B4
Tints of Persian Pink #DD74B4
RGB
CMYK
RGB Variations
Color information
#DD74B4 (or 0xDD74B4) is known color: Persian Pink. HEX triplet: DD, 74 and B4. RGB value is (221,116,180). Sum of RGB (Red+Green+Blue) = 221+116+180=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74B4 is #228B4B. Grayscale: #9A9A9A. Windows color (decimal): -2263884 or 11826397. OLE color: 11826397.
HSL color Cylindrical-coordinate representation of color #DD74B4: hue angle of 323.43º 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 #DD74B4 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 180 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.13 |
| HSL | 323.43º | 0.61% | 0.66% | - |
| HSV(B) | 323.43º | 0.48% | 0.87% | - |
| XYZ | 44.3 | 31.16 | 46.86 | - |
| YUV | 154.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 180 | 0 | 0.48 | 0.19 | 0.13 | 323.43 | 0.61 | 0.66 |
| Hex | DD | 74 | B4 | 0 | 30 | 13 | D | 143 | 3D | 42 |
| Octal | 335 | 164 | 264 | 0 | 60 | 23 | 15 | 503 | 75 | 102 |
| Binary | 11011101 | 1110100 | 10110100 | 0 | 110000 | 10011 | 1101 | 101000011 | 111101 | 1000010 |
Color Harmonies of #DD74B4
Complementary color
Monochromatic Colors of #DD74B4
Black with #DD74B4
Text Example
Text Example
White with #DD74B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74B4; }
p { color: rgb(221,116,180); }
H1.HeaderClassName
{
color: #DD74B4;
}
.AnyTagClassName
{
color: #DD74B4;
}
</style>
background-color css
<style>
a { background-color: #DD74B4; }
a { background-color: rgb(221,116,180); }
div.DivClassName
{
background-color: #DD74B4;
}
.BgClassName
{
background-color: #DD74B4;
}
</style>
border-color css
<style>
span { border-color: #DD74B4; }
span { border-color: rgb(221,116,180); }
td.TdClassName
{
border-color: #DD74B4;
}
.TagClassName
{
border-color: #DD74B4;
}
</style>