Shades of Persian Pink #DA76BB
Tints of Persian Pink #DA76BB
RGB
CMYK
RGB Variations
Color information
#DA76BB (or 0xDA76BB) is known color: Persian Pink. HEX triplet: DA, 76 and BB. RGB value is (218,118,187). Sum of RGB (Red+Green+Blue) = 218+118+187=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76BB is #258944. Grayscale: #9B9B9B. Windows color (decimal): -2459973 or 12285658. OLE color: 12285658.
HSL color Cylindrical-coordinate representation of color #DA76BB: hue angle of 318.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA76BB is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 187 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.15 |
| HSL | 318.6º | 0.57% | 0.66% | - |
| HSV(B) | 318.6º | 0.46% | 0.85% | - |
| XYZ | 44.36 | 31.45 | 50.75 | - |
| YUV | 155.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 187 | 0 | 0.46 | 0.14 | 0.15 | 318.6 | 0.57 | 0.66 |
| Hex | DA | 76 | BB | 0 | 2E | E | F | 13F | 39 | 42 |
| Octal | 332 | 166 | 273 | 0 | 56 | 16 | 17 | 477 | 71 | 102 |
| Binary | 11011010 | 1110110 | 10111011 | 0 | 101110 | 1110 | 1111 | 100111111 | 111001 | 1000010 |
Color Harmonies of #DA76BB
Complementary color
Monochromatic Colors of #DA76BB
Black with #DA76BB
Text Example
Text Example
White with #DA76BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76BB; }
p { color: rgb(218,118,187); }
H1.HeaderClassName
{
color: #DA76BB;
}
.AnyTagClassName
{
color: #DA76BB;
}
</style>
background-color css
<style>
a { background-color: #DA76BB; }
a { background-color: rgb(218,118,187); }
div.DivClassName
{
background-color: #DA76BB;
}
.BgClassName
{
background-color: #DA76BB;
}
</style>
border-color css
<style>
span { border-color: #DA76BB; }
span { border-color: rgb(218,118,187); }
td.TdClassName
{
border-color: #DA76BB;
}
.TagClassName
{
border-color: #DA76BB;
}
</style>