Shades of Persian Pink #D778BA
Tints of Persian Pink #D778BA
RGB
CMYK
RGB Variations
Color information
#D778BA (or 0xD778BA) is known color: Persian Pink. HEX triplet: D7, 78 and BA. RGB value is (215,120,186). Sum of RGB (Red+Green+Blue) = 215+120+186=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D778BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778BA is #288745. Grayscale: #9B9B9B. Windows color (decimal): -2656070 or 12220631. OLE color: 12220631.
HSL color Cylindrical-coordinate representation of color #D778BA: hue angle of 318.32º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D778BA is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 186 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.16 |
| HSL | 318.32º | 0.54% | 0.66% | - |
| HSV(B) | 318.32º | 0.44% | 0.84% | - |
| XYZ | 43.6 | 31.43 | 50.22 | - |
| YUV | 155.93 | 144.97 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 186 | 0 | 0.44 | 0.13 | 0.16 | 318.32 | 0.54 | 0.66 |
| Hex | D7 | 78 | BA | 0 | 2C | D | 10 | 13E | 36 | 42 |
| Octal | 327 | 170 | 272 | 0 | 54 | 15 | 20 | 476 | 66 | 102 |
| Binary | 11010111 | 1111000 | 10111010 | 0 | 101100 | 1101 | 10000 | 100111110 | 110110 | 1000010 |
Color Harmonies of #D778BA
Complementary color
Monochromatic Colors of #D778BA
Black with #D778BA
Text Example
Text Example
White with #D778BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D778BA; }
p { color: rgb(215,120,186); }
H1.HeaderClassName
{
color: #D778BA;
}
.AnyTagClassName
{
color: #D778BA;
}
</style>
background-color css
<style>
a { background-color: #D778BA; }
a { background-color: rgb(215,120,186); }
div.DivClassName
{
background-color: #D778BA;
}
.BgClassName
{
background-color: #D778BA;
}
</style>
border-color css
<style>
span { border-color: #D778BA; }
span { border-color: rgb(215,120,186); }
td.TdClassName
{
border-color: #D778BA;
}
.TagClassName
{
border-color: #D778BA;
}
</style>