Shades of Persian Pink #FF7DB5
Tints of Persian Pink #FF7DB5
RGB
CMYK
RGB Variations
Color information
#FF7DB5 (or 0xFF7DB5) is known color: Persian Pink. HEX triplet: FF, 7D and B5. RGB value is (255,125,181). Sum of RGB (Red+Green+Blue) = 255+125+181=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DB5 is #00824A. Grayscale: #AAAAAA. Windows color (decimal): -33355 or 11894271. OLE color: 11894271.
HSL color Cylindrical-coordinate representation of color #FF7DB5: hue angle of 334.15º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7DB5 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 181 | - |
| CMYK | 0 | 0.51 | 0.29 | 0 |
| HSL | 334.15º | 1% | 0.75% | - |
| HSV(B) | 334.15º | 0.51% | 1% | - |
| XYZ | 56.91 | 39.26 | 48.29 | - |
| YUV | 170.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 181 | 0 | 0.51 | 0.29 | 0 | 334.15 | 1 | 0.75 |
| Hex | FF | 7D | B5 | 0 | 33 | 1D | 0 | 14E | 64 | 4B |
| Octal | 377 | 175 | 265 | 0 | 63 | 35 | 0 | 516 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10110101 | 0 | 110011 | 11101 | 0 | 101001110 | 1100100 | 1001011 |
Color Harmonies of #FF7DB5
Complementary color
Monochromatic Colors of #FF7DB5
Black with #FF7DB5
Text Example
Text Example
White with #FF7DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DB5; }
p { color: rgb(255,125,181); }
H1.HeaderClassName
{
color: #FF7DB5;
}
.AnyTagClassName
{
color: #FF7DB5;
}
</style>
background-color css
<style>
a { background-color: #FF7DB5; }
a { background-color: rgb(255,125,181); }
div.DivClassName
{
background-color: #FF7DB5;
}
.BgClassName
{
background-color: #FF7DB5;
}
</style>
border-color css
<style>
span { border-color: #FF7DB5; }
span { border-color: rgb(255,125,181); }
td.TdClassName
{
border-color: #FF7DB5;
}
.TagClassName
{
border-color: #FF7DB5;
}
</style>