Shades of Persian Pink #DA7BB5
Tints of Persian Pink #DA7BB5
RGB
CMYK
RGB Variations
Color information
#DA7BB5 (or 0xDA7BB5) is known color: Persian Pink. HEX triplet: DA, 7B and B5. RGB value is (218,123,181). Sum of RGB (Red+Green+Blue) = 218+123+181=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BB5 is #25844A. Grayscale: #9D9D9D. Windows color (decimal): -2458699 or 11893722. OLE color: 11893722.
HSL color Cylindrical-coordinate representation of color #DA7BB5: hue angle of 323.37º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7BB5 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 181 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.15 |
| HSL | 323.37º | 0.56% | 0.67% | - |
| HSV(B) | 323.37º | 0.44% | 0.85% | - |
| XYZ | 44.34 | 32.41 | 47.63 | - |
| YUV | 158.02 | 140.97 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 181 | 0 | 0.44 | 0.17 | 0.15 | 323.37 | 0.56 | 0.67 |
| Hex | DA | 7B | B5 | 0 | 2C | 11 | F | 143 | 38 | 43 |
| Octal | 332 | 173 | 265 | 0 | 54 | 21 | 17 | 503 | 70 | 103 |
| Binary | 11011010 | 1111011 | 10110101 | 0 | 101100 | 10001 | 1111 | 101000011 | 111000 | 1000011 |
Color Harmonies of #DA7BB5
Complementary color
Monochromatic Colors of #DA7BB5
Black with #DA7BB5
Text Example
Text Example
White with #DA7BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7BB5; }
p { color: rgb(218,123,181); }
H1.HeaderClassName
{
color: #DA7BB5;
}
.AnyTagClassName
{
color: #DA7BB5;
}
</style>
background-color css
<style>
a { background-color: #DA7BB5; }
a { background-color: rgb(218,123,181); }
div.DivClassName
{
background-color: #DA7BB5;
}
.BgClassName
{
background-color: #DA7BB5;
}
</style>
border-color css
<style>
span { border-color: #DA7BB5; }
span { border-color: rgb(218,123,181); }
td.TdClassName
{
border-color: #DA7BB5;
}
.TagClassName
{
border-color: #DA7BB5;
}
</style>