Shades of Persian Pink #DA7CB5
Tints of Persian Pink #DA7CB5
RGB
CMYK
RGB Variations
Color information
#DA7CB5 (or 0xDA7CB5) is known color: Persian Pink. HEX triplet: DA, 7C and B5. RGB value is (218,124,181). Sum of RGB (Red+Green+Blue) = 218+124+181=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7CB5 is #25834A. Grayscale: #9E9E9E. Windows color (decimal): -2458443 or 11893978. OLE color: 11893978.
HSL color Cylindrical-coordinate representation of color #DA7CB5: hue angle of 323.62º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7CB5 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 181 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.15 |
| HSL | 323.62º | 0.56% | 0.67% | - |
| HSV(B) | 323.62º | 0.43% | 0.85% | - |
| XYZ | 44.46 | 32.66 | 47.68 | - |
| YUV | 158.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 181 | 0 | 0.43 | 0.17 | 0.15 | 323.62 | 0.56 | 0.67 |
| Hex | DA | 7C | B5 | 0 | 2B | 11 | F | 144 | 38 | 43 |
| Octal | 332 | 174 | 265 | 0 | 53 | 21 | 17 | 504 | 70 | 103 |
| Binary | 11011010 | 1111100 | 10110101 | 0 | 101011 | 10001 | 1111 | 101000100 | 111000 | 1000011 |
Color Harmonies of #DA7CB5
Complementary color
Monochromatic Colors of #DA7CB5
Black with #DA7CB5
Text Example
Text Example
White with #DA7CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7CB5; }
p { color: rgb(218,124,181); }
H1.HeaderClassName
{
color: #DA7CB5;
}
.AnyTagClassName
{
color: #DA7CB5;
}
</style>
background-color css
<style>
a { background-color: #DA7CB5; }
a { background-color: rgb(218,124,181); }
div.DivClassName
{
background-color: #DA7CB5;
}
.BgClassName
{
background-color: #DA7CB5;
}
</style>
border-color css
<style>
span { border-color: #DA7CB5; }
span { border-color: rgb(218,124,181); }
td.TdClassName
{
border-color: #DA7CB5;
}
.TagClassName
{
border-color: #DA7CB5;
}
</style>