Shades of Persian Pink #DA6FB2
Tints of Persian Pink #DA6FB2
RGB
CMYK
RGB Variations
Color information
#DA6FB2 (or 0xDA6FB2) is known color: Persian Pink. HEX triplet: DA, 6F and B2. RGB value is (218,111,178). Sum of RGB (Red+Green+Blue) = 218+111+178=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6FB2 is #25904D. Grayscale: #969696. Windows color (decimal): -2461774 or 11694042. OLE color: 11694042.
HSL color Cylindrical-coordinate representation of color #DA6FB2: hue angle of 322.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA6FB2 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 178 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.15 |
| HSL | 322.43º | 0.59% | 0.65% | - |
| HSV(B) | 322.43º | 0.49% | 0.85% | - |
| XYZ | 42.63 | 29.49 | 45.56 | - |
| YUV | 150.63 | 143.45 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 178 | 0 | 0.49 | 0.18 | 0.15 | 322.43 | 0.59 | 0.65 |
| Hex | DA | 6F | B2 | 0 | 31 | 12 | F | 142 | 3B | 41 |
| Octal | 332 | 157 | 262 | 0 | 61 | 22 | 17 | 502 | 73 | 101 |
| Binary | 11011010 | 1101111 | 10110010 | 0 | 110001 | 10010 | 1111 | 101000010 | 111011 | 1000001 |
Color Harmonies of #DA6FB2
Complementary color
Monochromatic Colors of #DA6FB2
Black with #DA6FB2
Text Example
Text Example
White with #DA6FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6FB2; }
p { color: rgb(218,111,178); }
H1.HeaderClassName
{
color: #DA6FB2;
}
.AnyTagClassName
{
color: #DA6FB2;
}
</style>
background-color css
<style>
a { background-color: #DA6FB2; }
a { background-color: rgb(218,111,178); }
div.DivClassName
{
background-color: #DA6FB2;
}
.BgClassName
{
background-color: #DA6FB2;
}
</style>
border-color css
<style>
span { border-color: #DA6FB2; }
span { border-color: rgb(218,111,178); }
td.TdClassName
{
border-color: #DA6FB2;
}
.TagClassName
{
border-color: #DA6FB2;
}
</style>