Shades of Persian Pink #FF7DBD
Tints of Persian Pink #FF7DBD
RGB
CMYK
RGB Variations
Color information
#FF7DBD (or 0xFF7DBD) is known color: Persian Pink. HEX triplet: FF, 7D and BD. RGB value is (255,125,189). Sum of RGB (Red+Green+Blue) = 255+125+189=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DBD is #008242. Grayscale: #ABABAB. Windows color (decimal): -33347 or 12418559. OLE color: 12418559.
HSL color Cylindrical-coordinate representation of color #FF7DBD: hue angle of 330.46º 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 #FF7DBD is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 125 | 189 | - |
CMYK | 0 | 0.51 | 0.26 | 0 |
HSL | 330.46º | 1% | 0.75% | - |
HSV(B) | 330.46º | 0.51% | 1% | - |
XYZ | 57.76 | 39.6 | 52.74 | - |
YUV | 171.17 | 138.07 | 187.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 125 | 189 | 0 | 0.51 | 0.26 | 0 | 330.46 | 1 | 0.75 |
Hex | FF | 7D | BD | 0 | 33 | 1A | 0 | 14A | 64 | 4B |
Octal | 377 | 175 | 275 | 0 | 63 | 32 | 0 | 512 | 144 | 113 |
Binary | 11111111 | 1111101 | 10111101 | 0 | 110011 | 11010 | 0 | 101001010 | 1100100 | 1001011 |
Color Harmonies of #FF7DBD
Complementary color
Monochromatic Colors of #FF7DBD
Black with #FF7DBD
Text Example
Text Example
White with #FF7DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DBD; }
p { color: rgb(255,125,189); }
H1.HeaderClassName
{
color: #FF7DBD;
}
.AnyTagClassName
{
color: #FF7DBD;
}
</style>
background-color css
<style>
a { background-color: #FF7DBD; }
a { background-color: rgb(255,125,189); }
div.DivClassName
{
background-color: #FF7DBD;
}
.BgClassName
{
background-color: #FF7DBD;
}
</style>
border-color css
<style>
span { border-color: #FF7DBD; }
span { border-color: rgb(255,125,189); }
td.TdClassName
{
border-color: #FF7DBD;
}
.TagClassName
{
border-color: #FF7DBD;
}
</style>