Shades of Persian Pink #DA78BC
Tints of Persian Pink #DA78BC
RGB
CMYK
RGB Variations
Color information
#DA78BC (or 0xDA78BC) is known color: Persian Pink. HEX triplet: DA, 78 and BC. RGB value is (218,120,188). Sum of RGB (Red+Green+Blue) = 218+120+188=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA78BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA78BC is #258743. Grayscale: #9C9C9C. Windows color (decimal): -2459460 or 12351706. OLE color: 12351706.
HSL color Cylindrical-coordinate representation of color #DA78BC: hue angle of 318.37º 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 #DA78BC is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 188 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.15 |
| HSL | 318.37º | 0.57% | 0.66% | - |
| HSV(B) | 318.37º | 0.45% | 0.85% | - |
| XYZ | 44.71 | 31.97 | 51.39 | - |
| YUV | 157.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 188 | 0 | 0.45 | 0.14 | 0.15 | 318.37 | 0.57 | 0.66 |
| Hex | DA | 78 | BC | 0 | 2D | E | F | 13E | 39 | 42 |
| Octal | 332 | 170 | 274 | 0 | 55 | 16 | 17 | 476 | 71 | 102 |
| Binary | 11011010 | 1111000 | 10111100 | 0 | 101101 | 1110 | 1111 | 100111110 | 111001 | 1000010 |
Color Harmonies of #DA78BC
Complementary color
Monochromatic Colors of #DA78BC
Black with #DA78BC
Text Example
Text Example
White with #DA78BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA78BC; }
p { color: rgb(218,120,188); }
H1.HeaderClassName
{
color: #DA78BC;
}
.AnyTagClassName
{
color: #DA78BC;
}
</style>
background-color css
<style>
a { background-color: #DA78BC; }
a { background-color: rgb(218,120,188); }
div.DivClassName
{
background-color: #DA78BC;
}
.BgClassName
{
background-color: #DA78BC;
}
</style>
border-color css
<style>
span { border-color: #DA78BC; }
span { border-color: rgb(218,120,188); }
td.TdClassName
{
border-color: #DA78BC;
}
.TagClassName
{
border-color: #DA78BC;
}
</style>