Shades of Persian Pink #DA80BB
Tints of Persian Pink #DA80BB
RGB
CMYK
RGB Variations
Color information
#DA80BB (or 0xDA80BB) is known color: Persian Pink. HEX triplet: DA, 80 and BB. RGB value is (218,128,187). Sum of RGB (Red+Green+Blue) = 218+128+187=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80BB is #257F44. Grayscale: #A1A1A1. Windows color (decimal): -2457413 or 12288218. OLE color: 12288218.
HSL color Cylindrical-coordinate representation of color #DA80BB: hue angle of 320.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA80BB is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 187 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.15 |
| HSL | 320.67º | 0.55% | 0.68% | - |
| HSV(B) | 320.67º | 0.41% | 0.85% | - |
| XYZ | 45.6 | 33.93 | 51.16 | - |
| YUV | 161.64 | 142.32 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 187 | 0 | 0.41 | 0.14 | 0.15 | 320.67 | 0.55 | 0.68 |
| Hex | DA | 80 | BB | 0 | 29 | E | F | 141 | 37 | 44 |
| Octal | 332 | 200 | 273 | 0 | 51 | 16 | 17 | 501 | 67 | 104 |
| Binary | 11011010 | 10000000 | 10111011 | 0 | 101001 | 1110 | 1111 | 101000001 | 110111 | 1000100 |
Color Harmonies of #DA80BB
Complementary color
Monochromatic Colors of #DA80BB
Black with #DA80BB
Text Example
Text Example
White with #DA80BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80BB; }
p { color: rgb(218,128,187); }
H1.HeaderClassName
{
color: #DA80BB;
}
.AnyTagClassName
{
color: #DA80BB;
}
</style>
background-color css
<style>
a { background-color: #DA80BB; }
a { background-color: rgb(218,128,187); }
div.DivClassName
{
background-color: #DA80BB;
}
.BgClassName
{
background-color: #DA80BB;
}
</style>
border-color css
<style>
span { border-color: #DA80BB; }
span { border-color: rgb(218,128,187); }
td.TdClassName
{
border-color: #DA80BB;
}
.TagClassName
{
border-color: #DA80BB;
}
</style>