Shades of Persian Pink #DA70B2
Tints of Persian Pink #DA70B2
RGB
CMYK
RGB Variations
Color information
#DA70B2 (or 0xDA70B2) is known color: Persian Pink. HEX triplet: DA, 70 and B2. RGB value is (218,112,178). Sum of RGB (Red+Green+Blue) = 218+112+178=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA70B2 is #258F4D. Grayscale: #979797. Windows color (decimal): -2461518 or 11694298. OLE color: 11694298.
HSL color Cylindrical-coordinate representation of color #DA70B2: hue angle of 322.64º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA70B2 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 178 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.15 |
| HSL | 322.64º | 0.59% | 0.65% | - |
| HSV(B) | 322.64º | 0.49% | 0.85% | - |
| XYZ | 42.74 | 29.71 | 45.6 | - |
| YUV | 151.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 178 | 0 | 0.49 | 0.18 | 0.15 | 322.64 | 0.59 | 0.65 |
| Hex | DA | 70 | B2 | 0 | 31 | 12 | F | 143 | 3B | 41 |
| Octal | 332 | 160 | 262 | 0 | 61 | 22 | 17 | 503 | 73 | 101 |
| Binary | 11011010 | 1110000 | 10110010 | 0 | 110001 | 10010 | 1111 | 101000011 | 111011 | 1000001 |
Color Harmonies of #DA70B2
Complementary color
Monochromatic Colors of #DA70B2
Black with #DA70B2
Text Example
Text Example
White with #DA70B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70B2; }
p { color: rgb(218,112,178); }
H1.HeaderClassName
{
color: #DA70B2;
}
.AnyTagClassName
{
color: #DA70B2;
}
</style>
background-color css
<style>
a { background-color: #DA70B2; }
a { background-color: rgb(218,112,178); }
div.DivClassName
{
background-color: #DA70B2;
}
.BgClassName
{
background-color: #DA70B2;
}
</style>
border-color css
<style>
span { border-color: #DA70B2; }
span { border-color: rgb(218,112,178); }
td.TdClassName
{
border-color: #DA70B2;
}
.TagClassName
{
border-color: #DA70B2;
}
</style>