Shades of Persian Pink #DA6CB7
Tints of Persian Pink #DA6CB7
RGB
CMYK
RGB Variations
Color information
#DA6CB7 (or 0xDA6CB7) is known color: Persian Pink. HEX triplet: DA, 6C and B7. RGB value is (218,108,183). Sum of RGB (Red+Green+Blue) = 218+108+183=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CB7 is #259348. Grayscale: #959595. Windows color (decimal): -2462537 or 12020954. OLE color: 12020954.
HSL color Cylindrical-coordinate representation of color #DA6CB7: hue angle of 319.09º 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 #DA6CB7 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 183 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.15 |
| HSL | 319.09º | 0.6% | 0.64% | - |
| HSV(B) | 319.09º | 0.5% | 0.85% | - |
| XYZ | 42.82 | 29.05 | 48.15 | - |
| YUV | 149.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 183 | 0 | 0.50 | 0.16 | 0.15 | 319.09 | 0.6 | 0.64 |
| Hex | DA | 6C | B7 | 0 | 32 | 10 | F | 13F | 3C | 40 |
| Octal | 332 | 154 | 267 | 0 | 62 | 20 | 17 | 477 | 74 | 100 |
| Binary | 11011010 | 1101100 | 10110111 | 0 | 110010 | 10000 | 1111 | 100111111 | 111100 | 1000000 |
Color Harmonies of #DA6CB7
Complementary color
Monochromatic Colors of #DA6CB7
Black with #DA6CB7
Text Example
Text Example
White with #DA6CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6CB7; }
p { color: rgb(218,108,183); }
H1.HeaderClassName
{
color: #DA6CB7;
}
.AnyTagClassName
{
color: #DA6CB7;
}
</style>
background-color css
<style>
a { background-color: #DA6CB7; }
a { background-color: rgb(218,108,183); }
div.DivClassName
{
background-color: #DA6CB7;
}
.BgClassName
{
background-color: #DA6CB7;
}
</style>
border-color css
<style>
span { border-color: #DA6CB7; }
span { border-color: rgb(218,108,183); }
td.TdClassName
{
border-color: #DA6CB7;
}
.TagClassName
{
border-color: #DA6CB7;
}
</style>