Shades of Persian Pink #DA6CB6
Tints of Persian Pink #DA6CB6
RGB
CMYK
RGB Variations
Color information
#DA6CB6 (or 0xDA6CB6) is known color: Persian Pink. HEX triplet: DA, 6C and B6. RGB value is (218,108,182). Sum of RGB (Red+Green+Blue) = 218+108+182=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CB6 is #259349. Grayscale: #959595. Windows color (decimal): -2462538 or 11955418. OLE color: 11955418.
HSL color Cylindrical-coordinate representation of color #DA6CB6: hue angle of 319.64º 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 #DA6CB6 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 182 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.15 |
| HSL | 319.64º | 0.6% | 0.64% | - |
| HSV(B) | 319.64º | 0.5% | 0.85% | - |
| XYZ | 42.72 | 29.01 | 47.6 | - |
| YUV | 149.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 182 | 0 | 0.50 | 0.17 | 0.15 | 319.64 | 0.6 | 0.64 |
| Hex | DA | 6C | B6 | 0 | 32 | 11 | F | 140 | 3C | 40 |
| Octal | 332 | 154 | 266 | 0 | 62 | 21 | 17 | 500 | 74 | 100 |
| Binary | 11011010 | 1101100 | 10110110 | 0 | 110010 | 10001 | 1111 | 101000000 | 111100 | 1000000 |
Color Harmonies of #DA6CB6
Complementary color
Monochromatic Colors of #DA6CB6
Black with #DA6CB6
Text Example
Text Example
White with #DA6CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6CB6; }
p { color: rgb(218,108,182); }
H1.HeaderClassName
{
color: #DA6CB6;
}
.AnyTagClassName
{
color: #DA6CB6;
}
</style>
background-color css
<style>
a { background-color: #DA6CB6; }
a { background-color: rgb(218,108,182); }
div.DivClassName
{
background-color: #DA6CB6;
}
.BgClassName
{
background-color: #DA6CB6;
}
</style>
border-color css
<style>
span { border-color: #DA6CB6; }
span { border-color: rgb(218,108,182); }
td.TdClassName
{
border-color: #DA6CB6;
}
.TagClassName
{
border-color: #DA6CB6;
}
</style>