Shades of Persian Pink #DA76B2
Tints of Persian Pink #DA76B2
RGB
CMYK
RGB Variations
Color information
#DA76B2 (or 0xDA76B2) is known color: Persian Pink. HEX triplet: DA, 76 and B2. RGB value is (218,118,178). Sum of RGB (Red+Green+Blue) = 218+118+178=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA76B2 is #25894D. Grayscale: #9A9A9A. Windows color (decimal): -2459982 or 11695834. OLE color: 11695834.
HSL color Cylindrical-coordinate representation of color #DA76B2: hue angle of 324º 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 #DA76B2 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 178 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.15 |
| HSL | 324º | 0.57% | 0.66% | - |
| HSV(B) | 324º | 0.46% | 0.85% | - |
| XYZ | 43.43 | 31.08 | 45.83 | - |
| YUV | 154.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 178 | 0 | 0.46 | 0.18 | 0.15 | 324 | 0.57 | 0.66 |
| Hex | DA | 76 | B2 | 0 | 2E | 12 | F | 144 | 39 | 42 |
| Octal | 332 | 166 | 262 | 0 | 56 | 22 | 17 | 504 | 71 | 102 |
| Binary | 11011010 | 1110110 | 10110010 | 0 | 101110 | 10010 | 1111 | 101000100 | 111001 | 1000010 |
Color Harmonies of #DA76B2
Complementary color
Monochromatic Colors of #DA76B2
Black with #DA76B2
Text Example
Text Example
White with #DA76B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76B2; }
p { color: rgb(218,118,178); }
H1.HeaderClassName
{
color: #DA76B2;
}
.AnyTagClassName
{
color: #DA76B2;
}
</style>
background-color css
<style>
a { background-color: #DA76B2; }
a { background-color: rgb(218,118,178); }
div.DivClassName
{
background-color: #DA76B2;
}
.BgClassName
{
background-color: #DA76B2;
}
</style>
border-color css
<style>
span { border-color: #DA76B2; }
span { border-color: rgb(218,118,178); }
td.TdClassName
{
border-color: #DA76B2;
}
.TagClassName
{
border-color: #DA76B2;
}
</style>