Shades of Persian Pink #DD76AF
Tints of Persian Pink #DD76AF
RGB
CMYK
RGB Variations
Color information
#DD76AF (or 0xDD76AF) is known color: Persian Pink. HEX triplet: DD, 76 and AF. RGB value is (221,118,175). Sum of RGB (Red+Green+Blue) = 221+118+175=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD76AF is #228950. Grayscale: #9B9B9B. Windows color (decimal): -2263377 or 11499229. OLE color: 11499229.
HSL color Cylindrical-coordinate representation of color #DD76AF: hue angle of 326.8º 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 #DD76AF is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 118 | 175 | - |
CMYK | 0 | 0.47 | 0.21 | 0.13 |
HSL | 326.8º | 0.6% | 0.66% | - |
HSV(B) | 326.8º | 0.47% | 0.87% | - |
XYZ | 44.04 | 31.42 | 44.3 | - |
YUV | 155.3 | 139.12 | 174.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 118 | 175 | 0 | 0.47 | 0.21 | 0.13 | 326.8 | 0.6 | 0.66 |
Hex | DD | 76 | AF | 0 | 2F | 15 | D | 147 | 3C | 42 |
Octal | 335 | 166 | 257 | 0 | 57 | 25 | 15 | 507 | 74 | 102 |
Binary | 11011101 | 1110110 | 10101111 | 0 | 101111 | 10101 | 1101 | 101000111 | 111100 | 1000010 |
Color Harmonies of #DD76AF
Complementary color
Monochromatic Colors of #DD76AF
Black with #DD76AF
Text Example
Text Example
White with #DD76AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76AF; }
p { color: rgb(221,118,175); }
H1.HeaderClassName
{
color: #DD76AF;
}
.AnyTagClassName
{
color: #DD76AF;
}
</style>
background-color css
<style>
a { background-color: #DD76AF; }
a { background-color: rgb(221,118,175); }
div.DivClassName
{
background-color: #DD76AF;
}
.BgClassName
{
background-color: #DD76AF;
}
</style>
border-color css
<style>
span { border-color: #DD76AF; }
span { border-color: rgb(221,118,175); }
td.TdClassName
{
border-color: #DD76AF;
}
.TagClassName
{
border-color: #DD76AF;
}
</style>