Shades of Persian Pink #DD76BD
Tints of Persian Pink #DD76BD
RGB
CMYK
RGB Variations
Color information
#DD76BD (or 0xDD76BD) is known color: Persian Pink. HEX triplet: DD, 76 and BD. RGB value is (221,118,189). Sum of RGB (Red+Green+Blue) = 221+118+189=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76BD is #228942. Grayscale: #9C9C9C. Windows color (decimal): -2263363 or 12416733. OLE color: 12416733.
HSL color Cylindrical-coordinate representation of color #DD76BD: hue angle of 318.64º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD76BD is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 189 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.13 |
| HSL | 318.64º | 0.6% | 0.66% | - |
| HSV(B) | 318.64º | 0.47% | 0.87% | - |
| XYZ | 45.48 | 32 | 51.92 | - |
| YUV | 156.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 189 | 0 | 0.47 | 0.14 | 0.13 | 318.64 | 0.6 | 0.66 |
| Hex | DD | 76 | BD | 0 | 2F | E | D | 13F | 3C | 42 |
| Octal | 335 | 166 | 275 | 0 | 57 | 16 | 15 | 477 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10111101 | 0 | 101111 | 1110 | 1101 | 100111111 | 111100 | 1000010 |
Color Harmonies of #DD76BD
Complementary color
Monochromatic Colors of #DD76BD
Black with #DD76BD
Text Example
Text Example
White with #DD76BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76BD; }
p { color: rgb(221,118,189); }
H1.HeaderClassName
{
color: #DD76BD;
}
.AnyTagClassName
{
color: #DD76BD;
}
</style>
background-color css
<style>
a { background-color: #DD76BD; }
a { background-color: rgb(221,118,189); }
div.DivClassName
{
background-color: #DD76BD;
}
.BgClassName
{
background-color: #DD76BD;
}
</style>
border-color css
<style>
span { border-color: #DD76BD; }
span { border-color: rgb(221,118,189); }
td.TdClassName
{
border-color: #DD76BD;
}
.TagClassName
{
border-color: #DD76BD;
}
</style>