Shades of Persian Pink #DA6DB2
Tints of Persian Pink #DA6DB2
RGB
CMYK
RGB Variations
Color information
#DA6DB2 (or 0xDA6DB2) is known color: Persian Pink. HEX triplet: DA, 6D and B2. RGB value is (218,109,178). Sum of RGB (Red+Green+Blue) = 218+109+178=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6DB2 is #25924D. Grayscale: #959595. Windows color (decimal): -2462286 or 11693530. OLE color: 11693530.
HSL color Cylindrical-coordinate representation of color #DA6DB2: hue angle of 322.02º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6DB2 is Cyan = 0, Magento = 0.5, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 178 | - |
| CMYK | 0 | 0.5 | 0.18 | 0.15 |
| HSL | 322.02º | 0.6% | 0.64% | - |
| HSV(B) | 322.02º | 0.5% | 0.85% | - |
| XYZ | 42.42 | 29.06 | 45.49 | - |
| YUV | 149.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 178 | 0 | 0.5 | 0.18 | 0.15 | 322.02 | 0.6 | 0.64 |
| Hex | DA | 6D | B2 | 0 | 32 | 12 | F | 142 | 3C | 40 |
| Octal | 332 | 155 | 262 | 0 | 62 | 22 | 17 | 502 | 74 | 100 |
| Binary | 11011010 | 1101101 | 10110010 | 0 | 110010 | 10010 | 1111 | 101000010 | 111100 | 1000000 |
Color Harmonies of #DA6DB2
Complementary color
Monochromatic Colors of #DA6DB2
Black with #DA6DB2
Text Example
Text Example
White with #DA6DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6DB2; }
p { color: rgb(218,109,178); }
H1.HeaderClassName
{
color: #DA6DB2;
}
.AnyTagClassName
{
color: #DA6DB2;
}
</style>
background-color css
<style>
a { background-color: #DA6DB2; }
a { background-color: rgb(218,109,178); }
div.DivClassName
{
background-color: #DA6DB2;
}
.BgClassName
{
background-color: #DA6DB2;
}
</style>
border-color css
<style>
span { border-color: #DA6DB2; }
span { border-color: rgb(218,109,178); }
td.TdClassName
{
border-color: #DA6DB2;
}
.TagClassName
{
border-color: #DA6DB2;
}
</style>