Shades of Persian Pink #DA76B4
Tints of Persian Pink #DA76B4
RGB
CMYK
RGB Variations
Color information
#DA76B4 (or 0xDA76B4) is known color: Persian Pink. HEX triplet: DA, 76 and B4. RGB value is (218,118,180). Sum of RGB (Red+Green+Blue) = 218+118+180=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76B4 is #25894B. Grayscale: #9A9A9A. Windows color (decimal): -2459980 or 11826906. OLE color: 11826906.
HSL color Cylindrical-coordinate representation of color #DA76B4: hue angle of 322.8º 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 #DA76B4 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 180 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.15 |
| HSL | 322.8º | 0.57% | 0.66% | - |
| HSV(B) | 322.8º | 0.46% | 0.85% | - |
| XYZ | 43.63 | 31.16 | 46.89 | - |
| YUV | 154.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 180 | 0 | 0.46 | 0.17 | 0.15 | 322.8 | 0.57 | 0.66 |
| Hex | DA | 76 | B4 | 0 | 2E | 11 | F | 143 | 39 | 42 |
| Octal | 332 | 166 | 264 | 0 | 56 | 21 | 17 | 503 | 71 | 102 |
| Binary | 11011010 | 1110110 | 10110100 | 0 | 101110 | 10001 | 1111 | 101000011 | 111001 | 1000010 |
Color Harmonies of #DA76B4
Complementary color
Monochromatic Colors of #DA76B4
Black with #DA76B4
Text Example
Text Example
White with #DA76B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76B4; }
p { color: rgb(218,118,180); }
H1.HeaderClassName
{
color: #DA76B4;
}
.AnyTagClassName
{
color: #DA76B4;
}
</style>
background-color css
<style>
a { background-color: #DA76B4; }
a { background-color: rgb(218,118,180); }
div.DivClassName
{
background-color: #DA76B4;
}
.BgClassName
{
background-color: #DA76B4;
}
</style>
border-color css
<style>
span { border-color: #DA76B4; }
span { border-color: rgb(218,118,180); }
td.TdClassName
{
border-color: #DA76B4;
}
.TagClassName
{
border-color: #DA76B4;
}
</style>