Shades of Persian Pink #DA6DB3
Tints of Persian Pink #DA6DB3
RGB
CMYK
RGB Variations
Color information
#DA6DB3 (or 0xDA6DB3) is known color: Persian Pink. HEX triplet: DA, 6D and B3. RGB value is (218,109,179). Sum of RGB (Red+Green+Blue) = 218+109+179=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DB3 is #25924C. Grayscale: #959595. Windows color (decimal): -2462285 or 11759066. OLE color: 11759066.
HSL color Cylindrical-coordinate representation of color #DA6DB3: hue angle of 321.47º 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 #DA6DB3 is Cyan = 0, Magento = 0.5, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 179 | - |
| CMYK | 0 | 0.5 | 0.18 | 0.15 |
| HSL | 321.47º | 0.6% | 0.64% | - |
| HSV(B) | 321.47º | 0.5% | 0.85% | - |
| XYZ | 42.52 | 29.1 | 46.02 | - |
| YUV | 149.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 179 | 0 | 0.5 | 0.18 | 0.15 | 321.47 | 0.6 | 0.64 |
| Hex | DA | 6D | B3 | 0 | 32 | 12 | F | 141 | 3C | 40 |
| Octal | 332 | 155 | 263 | 0 | 62 | 22 | 17 | 501 | 74 | 100 |
| Binary | 11011010 | 1101101 | 10110011 | 0 | 110010 | 10010 | 1111 | 101000001 | 111100 | 1000000 |
Color Harmonies of #DA6DB3
Complementary color
Monochromatic Colors of #DA6DB3
Black with #DA6DB3
Text Example
Text Example
White with #DA6DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6DB3; }
p { color: rgb(218,109,179); }
H1.HeaderClassName
{
color: #DA6DB3;
}
.AnyTagClassName
{
color: #DA6DB3;
}
</style>
background-color css
<style>
a { background-color: #DA6DB3; }
a { background-color: rgb(218,109,179); }
div.DivClassName
{
background-color: #DA6DB3;
}
.BgClassName
{
background-color: #DA6DB3;
}
</style>
border-color css
<style>
span { border-color: #DA6DB3; }
span { border-color: rgb(218,109,179); }
td.TdClassName
{
border-color: #DA6DB3;
}
.TagClassName
{
border-color: #DA6DB3;
}
</style>