Shades of Persian Pink #DA7BB4
Tints of Persian Pink #DA7BB4
RGB
CMYK
RGB Variations
Color information
#DA7BB4 (or 0xDA7BB4) is known color: Persian Pink. HEX triplet: DA, 7B and B4. RGB value is (218,123,180). Sum of RGB (Red+Green+Blue) = 218+123+180=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BB4 is #25844B. Grayscale: #9D9D9D. Windows color (decimal): -2458700 or 11828186. OLE color: 11828186.
HSL color Cylindrical-coordinate representation of color #DA7BB4: hue angle of 324º 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 #DA7BB4 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 180 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.15 |
| HSL | 324º | 0.56% | 0.67% | - |
| HSV(B) | 324º | 0.44% | 0.85% | - |
| XYZ | 44.23 | 32.37 | 47.1 | - |
| YUV | 157.9 | 140.47 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 180 | 0 | 0.44 | 0.17 | 0.15 | 324 | 0.56 | 0.67 |
| Hex | DA | 7B | B4 | 0 | 2C | 11 | F | 144 | 38 | 43 |
| Octal | 332 | 173 | 264 | 0 | 54 | 21 | 17 | 504 | 70 | 103 |
| Binary | 11011010 | 1111011 | 10110100 | 0 | 101100 | 10001 | 1111 | 101000100 | 111000 | 1000011 |
Color Harmonies of #DA7BB4
Complementary color
Monochromatic Colors of #DA7BB4
Black with #DA7BB4
Text Example
Text Example
White with #DA7BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7BB4; }
p { color: rgb(218,123,180); }
H1.HeaderClassName
{
color: #DA7BB4;
}
.AnyTagClassName
{
color: #DA7BB4;
}
</style>
background-color css
<style>
a { background-color: #DA7BB4; }
a { background-color: rgb(218,123,180); }
div.DivClassName
{
background-color: #DA7BB4;
}
.BgClassName
{
background-color: #DA7BB4;
}
</style>
border-color css
<style>
span { border-color: #DA7BB4; }
span { border-color: rgb(218,123,180); }
td.TdClassName
{
border-color: #DA7BB4;
}
.TagClassName
{
border-color: #DA7BB4;
}
</style>