Shades of Persian Pink #DA6AB4
Tints of Persian Pink #DA6AB4
RGB
CMYK
RGB Variations
Color information
#DA6AB4 (or 0xDA6AB4) is known color: Persian Pink. HEX triplet: DA, 6A and B4. RGB value is (218,106,180). Sum of RGB (Red+Green+Blue) = 218+106+180=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6AB4 is #25954B. Grayscale: #939393. Windows color (decimal): -2463052 or 11823834. OLE color: 11823834.
HSL color Cylindrical-coordinate representation of color #DA6AB4: hue angle of 320.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6AB4 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 180 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.15 |
| HSL | 320.36º | 0.6% | 0.64% | - |
| HSV(B) | 320.36º | 0.51% | 0.85% | - |
| XYZ | 42.31 | 28.51 | 46.45 | - |
| YUV | 147.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 180 | 0 | 0.51 | 0.17 | 0.15 | 320.36 | 0.6 | 0.64 |
| Hex | DA | 6A | B4 | 0 | 33 | 11 | F | 140 | 3C | 40 |
| Octal | 332 | 152 | 264 | 0 | 63 | 21 | 17 | 500 | 74 | 100 |
| Binary | 11011010 | 1101010 | 10110100 | 0 | 110011 | 10001 | 1111 | 101000000 | 111100 | 1000000 |
Color Harmonies of #DA6AB4
Complementary color
Monochromatic Colors of #DA6AB4
Black with #DA6AB4
Text Example
Text Example
White with #DA6AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6AB4; }
p { color: rgb(218,106,180); }
H1.HeaderClassName
{
color: #DA6AB4;
}
.AnyTagClassName
{
color: #DA6AB4;
}
</style>
background-color css
<style>
a { background-color: #DA6AB4; }
a { background-color: rgb(218,106,180); }
div.DivClassName
{
background-color: #DA6AB4;
}
.BgClassName
{
background-color: #DA6AB4;
}
</style>
border-color css
<style>
span { border-color: #DA6AB4; }
span { border-color: rgb(218,106,180); }
td.TdClassName
{
border-color: #DA6AB4;
}
.TagClassName
{
border-color: #DA6AB4;
}
</style>