Shades of Persian Pink #DA7FB8
Tints of Persian Pink #DA7FB8
RGB
CMYK
RGB Variations
Color information
#DA7FB8 (or 0xDA7FB8) is known color: Persian Pink. HEX triplet: DA, 7F and B8. RGB value is (218,127,184). Sum of RGB (Red+Green+Blue) = 218+127+184=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FB8 is #258047. Grayscale: #A0A0A0. Windows color (decimal): -2457672 or 12091354. OLE color: 12091354.
HSL color Cylindrical-coordinate representation of color #DA7FB8: hue angle of 322.42º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7FB8 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 184 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.15 |
| HSL | 322.42º | 0.55% | 0.68% | - |
| HSV(B) | 322.42º | 0.42% | 0.85% | - |
| XYZ | 45.15 | 33.54 | 49.44 | - |
| YUV | 160.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 184 | 0 | 0.42 | 0.16 | 0.15 | 322.42 | 0.55 | 0.68 |
| Hex | DA | 7F | B8 | 0 | 2A | 10 | F | 142 | 37 | 44 |
| Octal | 332 | 177 | 270 | 0 | 52 | 20 | 17 | 502 | 67 | 104 |
| Binary | 11011010 | 1111111 | 10111000 | 0 | 101010 | 10000 | 1111 | 101000010 | 110111 | 1000100 |
Color Harmonies of #DA7FB8
Complementary color
Monochromatic Colors of #DA7FB8
Black with #DA7FB8
Text Example
Text Example
White with #DA7FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7FB8; }
p { color: rgb(218,127,184); }
H1.HeaderClassName
{
color: #DA7FB8;
}
.AnyTagClassName
{
color: #DA7FB8;
}
</style>
background-color css
<style>
a { background-color: #DA7FB8; }
a { background-color: rgb(218,127,184); }
div.DivClassName
{
background-color: #DA7FB8;
}
.BgClassName
{
background-color: #DA7FB8;
}
</style>
border-color css
<style>
span { border-color: #DA7FB8; }
span { border-color: rgb(218,127,184); }
td.TdClassName
{
border-color: #DA7FB8;
}
.TagClassName
{
border-color: #DA7FB8;
}
</style>