Shades of Persian Pink #FF7DB4
Tints of Persian Pink #FF7DB4
RGB
CMYK
RGB Variations
Color information
#FF7DB4 (or 0xFF7DB4) is known color: Persian Pink. HEX triplet: FF, 7D and B4. RGB value is (255,125,180). Sum of RGB (Red+Green+Blue) = 255+125+180=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DB4 is #00824B. Grayscale: #AAAAAA. Windows color (decimal): -33356 or 11828735. OLE color: 11828735.
HSL color Cylindrical-coordinate representation of color #FF7DB4: hue angle of 334.62º 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 #FF7DB4 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 180 | - |
| CMYK | 0 | 0.51 | 0.29 | 0 |
| HSL | 334.62º | 1% | 0.75% | - |
| HSV(B) | 334.62º | 0.51% | 1% | - |
| XYZ | 56.81 | 39.22 | 47.76 | - |
| YUV | 170.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 180 | 0 | 0.51 | 0.29 | 0 | 334.62 | 1 | 0.75 |
| Hex | FF | 7D | B4 | 0 | 33 | 1D | 0 | 14F | 64 | 4B |
| Octal | 377 | 175 | 264 | 0 | 63 | 35 | 0 | 517 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10110100 | 0 | 110011 | 11101 | 0 | 101001111 | 1100100 | 1001011 |
Color Harmonies of #FF7DB4
Complementary color
Monochromatic Colors of #FF7DB4
Black with #FF7DB4
Text Example
Text Example
White with #FF7DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DB4; }
p { color: rgb(255,125,180); }
H1.HeaderClassName
{
color: #FF7DB4;
}
.AnyTagClassName
{
color: #FF7DB4;
}
</style>
background-color css
<style>
a { background-color: #FF7DB4; }
a { background-color: rgb(255,125,180); }
div.DivClassName
{
background-color: #FF7DB4;
}
.BgClassName
{
background-color: #FF7DB4;
}
</style>
border-color css
<style>
span { border-color: #FF7DB4; }
span { border-color: rgb(255,125,180); }
td.TdClassName
{
border-color: #FF7DB4;
}
.TagClassName
{
border-color: #FF7DB4;
}
</style>