Shades of Persian Pink #DA77B3
Tints of Persian Pink #DA77B3
RGB
CMYK
RGB Variations
Color information
#DA77B3 (or 0xDA77B3) is known color: Persian Pink. HEX triplet: DA, 77 and B3. RGB value is (218,119,179). Sum of RGB (Red+Green+Blue) = 218+119+179=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77B3 is #25884C. Grayscale: #9B9B9B. Windows color (decimal): -2459725 or 11761626. OLE color: 11761626.
HSL color Cylindrical-coordinate representation of color #DA77B3: hue angle of 323.64º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA77B3 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 179 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.15 |
| HSL | 323.64º | 0.57% | 0.66% | - |
| HSV(B) | 323.64º | 0.45% | 0.85% | - |
| XYZ | 43.65 | 31.35 | 46.4 | - |
| YUV | 155.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 179 | 0 | 0.45 | 0.18 | 0.15 | 323.64 | 0.57 | 0.66 |
| Hex | DA | 77 | B3 | 0 | 2D | 12 | F | 144 | 39 | 42 |
| Octal | 332 | 167 | 263 | 0 | 55 | 22 | 17 | 504 | 71 | 102 |
| Binary | 11011010 | 1110111 | 10110011 | 0 | 101101 | 10010 | 1111 | 101000100 | 111001 | 1000010 |
Color Harmonies of #DA77B3
Complementary color
Monochromatic Colors of #DA77B3
Black with #DA77B3
Text Example
Text Example
White with #DA77B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA77B3; }
p { color: rgb(218,119,179); }
H1.HeaderClassName
{
color: #DA77B3;
}
.AnyTagClassName
{
color: #DA77B3;
}
</style>
background-color css
<style>
a { background-color: #DA77B3; }
a { background-color: rgb(218,119,179); }
div.DivClassName
{
background-color: #DA77B3;
}
.BgClassName
{
background-color: #DA77B3;
}
</style>
border-color css
<style>
span { border-color: #DA77B3; }
span { border-color: rgb(218,119,179); }
td.TdClassName
{
border-color: #DA77B3;
}
.TagClassName
{
border-color: #DA77B3;
}
</style>