Shades of Persian Pink #DA7CB7
Tints of Persian Pink #DA7CB7
RGB
CMYK
RGB Variations
Color information
#DA7CB7 (or 0xDA7CB7) is known color: Persian Pink. HEX triplet: DA, 7C and B7. RGB value is (218,124,183). Sum of RGB (Red+Green+Blue) = 218+124+183=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7CB7 is #258348. Grayscale: #9E9E9E. Windows color (decimal): -2458441 or 12025050. OLE color: 12025050.
HSL color Cylindrical-coordinate representation of color #DA7CB7: hue angle of 322.34º 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 #DA7CB7 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 183 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.15 |
| HSL | 322.34º | 0.56% | 0.67% | - |
| HSV(B) | 322.34º | 0.43% | 0.85% | - |
| XYZ | 44.67 | 32.74 | 48.76 | - |
| YUV | 158.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 183 | 0 | 0.43 | 0.16 | 0.15 | 322.34 | 0.56 | 0.67 |
| Hex | DA | 7C | B7 | 0 | 2B | 10 | F | 142 | 38 | 43 |
| Octal | 332 | 174 | 267 | 0 | 53 | 20 | 17 | 502 | 70 | 103 |
| Binary | 11011010 | 1111100 | 10110111 | 0 | 101011 | 10000 | 1111 | 101000010 | 111000 | 1000011 |
Color Harmonies of #DA7CB7
Complementary color
Monochromatic Colors of #DA7CB7
Black with #DA7CB7
Text Example
Text Example
White with #DA7CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7CB7; }
p { color: rgb(218,124,183); }
H1.HeaderClassName
{
color: #DA7CB7;
}
.AnyTagClassName
{
color: #DA7CB7;
}
</style>
background-color css
<style>
a { background-color: #DA7CB7; }
a { background-color: rgb(218,124,183); }
div.DivClassName
{
background-color: #DA7CB7;
}
.BgClassName
{
background-color: #DA7CB7;
}
</style>
border-color css
<style>
span { border-color: #DA7CB7; }
span { border-color: rgb(218,124,183); }
td.TdClassName
{
border-color: #DA7CB7;
}
.TagClassName
{
border-color: #DA7CB7;
}
</style>