Shades of Persian Pink #DA6DB6
Tints of Persian Pink #DA6DB6
RGB
CMYK
RGB Variations
Color information
#DA6DB6 (or 0xDA6DB6) is known color: Persian Pink. HEX triplet: DA, 6D and B6. RGB value is (218,109,182). Sum of RGB (Red+Green+Blue) = 218+109+182=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DB6 is #259249. Grayscale: #959595. Windows color (decimal): -2462282 or 11955674. OLE color: 11955674.
HSL color Cylindrical-coordinate representation of color #DA6DB6: hue angle of 319.82º 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 #DA6DB6 is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 182 | - |
| CMYK | 0 | 0.5 | 0.17 | 0.15 |
| HSL | 319.82º | 0.6% | 0.64% | - |
| HSV(B) | 319.82º | 0.5% | 0.85% | - |
| XYZ | 42.83 | 29.22 | 47.64 | - |
| YUV | 149.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 182 | 0 | 0.5 | 0.17 | 0.15 | 319.82 | 0.6 | 0.64 |
| Hex | DA | 6D | B6 | 0 | 32 | 11 | F | 140 | 3C | 40 |
| Octal | 332 | 155 | 266 | 0 | 62 | 21 | 17 | 500 | 74 | 100 |
| Binary | 11011010 | 1101101 | 10110110 | 0 | 110010 | 10001 | 1111 | 101000000 | 111100 | 1000000 |
Color Harmonies of #DA6DB6
Complementary color
Monochromatic Colors of #DA6DB6
Black with #DA6DB6
Text Example
Text Example
White with #DA6DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6DB6; }
p { color: rgb(218,109,182); }
H1.HeaderClassName
{
color: #DA6DB6;
}
.AnyTagClassName
{
color: #DA6DB6;
}
</style>
background-color css
<style>
a { background-color: #DA6DB6; }
a { background-color: rgb(218,109,182); }
div.DivClassName
{
background-color: #DA6DB6;
}
.BgClassName
{
background-color: #DA6DB6;
}
</style>
border-color css
<style>
span { border-color: #DA6DB6; }
span { border-color: rgb(218,109,182); }
td.TdClassName
{
border-color: #DA6DB6;
}
.TagClassName
{
border-color: #DA6DB6;
}
</style>