Shades of Persian Pink #DA78B2
Tints of Persian Pink #DA78B2
RGB
CMYK
RGB Variations
Color information
#DA78B2 (or 0xDA78B2) is known color: Persian Pink. HEX triplet: DA, 78 and B2. RGB value is (218,120,178). Sum of RGB (Red+Green+Blue) = 218+120+178=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA78B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA78B2 is #25874D. Grayscale: #9B9B9B. Windows color (decimal): -2459470 or 11696346. OLE color: 11696346.
HSL color Cylindrical-coordinate representation of color #DA78B2: hue angle of 324.49º 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 #DA78B2 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 178 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.15 |
| HSL | 324.49º | 0.57% | 0.66% | - |
| HSV(B) | 324.49º | 0.45% | 0.85% | - |
| XYZ | 43.67 | 31.55 | 45.91 | - |
| YUV | 155.91 | 140.47 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 178 | 0 | 0.45 | 0.18 | 0.15 | 324.49 | 0.57 | 0.66 |
| Hex | DA | 78 | B2 | 0 | 2D | 12 | F | 144 | 39 | 42 |
| Octal | 332 | 170 | 262 | 0 | 55 | 22 | 17 | 504 | 71 | 102 |
| Binary | 11011010 | 1111000 | 10110010 | 0 | 101101 | 10010 | 1111 | 101000100 | 111001 | 1000010 |
Color Harmonies of #DA78B2
Complementary color
Monochromatic Colors of #DA78B2
Black with #DA78B2
Text Example
Text Example
White with #DA78B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA78B2; }
p { color: rgb(218,120,178); }
H1.HeaderClassName
{
color: #DA78B2;
}
.AnyTagClassName
{
color: #DA78B2;
}
</style>
background-color css
<style>
a { background-color: #DA78B2; }
a { background-color: rgb(218,120,178); }
div.DivClassName
{
background-color: #DA78B2;
}
.BgClassName
{
background-color: #DA78B2;
}
</style>
border-color css
<style>
span { border-color: #DA78B2; }
span { border-color: rgb(218,120,178); }
td.TdClassName
{
border-color: #DA78B2;
}
.TagClassName
{
border-color: #DA78B2;
}
</style>