Shades of Persian Pink #FF7DB8
Tints of Persian Pink #FF7DB8
RGB
CMYK
RGB Variations
Color information
#FF7DB8 (or 0xFF7DB8) is known color: Persian Pink. HEX triplet: FF, 7D and B8. RGB value is (255,125,184). Sum of RGB (Red+Green+Blue) = 255+125+184=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DB8 is #008247. Grayscale: #AAAAAA. Windows color (decimal): -33352 or 12090879. OLE color: 12090879.
HSL color Cylindrical-coordinate representation of color #FF7DB8: hue angle of 332.77º 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 #FF7DB8 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 184 | - |
| CMYK | 0 | 0.51 | 0.28 | 0 |
| HSL | 332.77º | 1% | 0.75% | - |
| HSV(B) | 332.77º | 0.51% | 1% | - |
| XYZ | 57.23 | 39.39 | 49.93 | - |
| YUV | 170.6 | 135.57 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 184 | 0 | 0.51 | 0.28 | 0 | 332.77 | 1 | 0.75 |
| Hex | FF | 7D | B8 | 0 | 33 | 1C | 0 | 14D | 64 | 4B |
| Octal | 377 | 175 | 270 | 0 | 63 | 34 | 0 | 515 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10111000 | 0 | 110011 | 11100 | 0 | 101001101 | 1100100 | 1001011 |
Color Harmonies of #FF7DB8
Complementary color
Monochromatic Colors of #FF7DB8
Black with #FF7DB8
Text Example
Text Example
White with #FF7DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DB8; }
p { color: rgb(255,125,184); }
H1.HeaderClassName
{
color: #FF7DB8;
}
.AnyTagClassName
{
color: #FF7DB8;
}
</style>
background-color css
<style>
a { background-color: #FF7DB8; }
a { background-color: rgb(255,125,184); }
div.DivClassName
{
background-color: #FF7DB8;
}
.BgClassName
{
background-color: #FF7DB8;
}
</style>
border-color css
<style>
span { border-color: #FF7DB8; }
span { border-color: rgb(255,125,184); }
td.TdClassName
{
border-color: #FF7DB8;
}
.TagClassName
{
border-color: #FF7DB8;
}
</style>