Shades of Persian Pink #DA6CB3
Tints of Persian Pink #DA6CB3
RGB
CMYK
RGB Variations
Color information
#DA6CB3 (or 0xDA6CB3) is known color: Persian Pink. HEX triplet: DA, 6C and B3. RGB value is (218,108,179). Sum of RGB (Red+Green+Blue) = 218+108+179=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CB3 is #25934C. Grayscale: #949494. Windows color (decimal): -2462541 or 11758810. OLE color: 11758810.
HSL color Cylindrical-coordinate representation of color #DA6CB3: hue angle of 321.27º 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 #DA6CB3 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 179 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.15 |
| HSL | 321.27º | 0.6% | 0.64% | - |
| HSV(B) | 321.27º | 0.5% | 0.85% | - |
| XYZ | 42.41 | 28.89 | 45.99 | - |
| YUV | 148.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 179 | 0 | 0.50 | 0.18 | 0.15 | 321.27 | 0.6 | 0.64 |
| Hex | DA | 6C | B3 | 0 | 32 | 12 | F | 141 | 3C | 40 |
| Octal | 332 | 154 | 263 | 0 | 62 | 22 | 17 | 501 | 74 | 100 |
| Binary | 11011010 | 1101100 | 10110011 | 0 | 110010 | 10010 | 1111 | 101000001 | 111100 | 1000000 |
Color Harmonies of #DA6CB3
Complementary color
Monochromatic Colors of #DA6CB3
Black with #DA6CB3
Text Example
Text Example
White with #DA6CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6CB3; }
p { color: rgb(218,108,179); }
H1.HeaderClassName
{
color: #DA6CB3;
}
.AnyTagClassName
{
color: #DA6CB3;
}
</style>
background-color css
<style>
a { background-color: #DA6CB3; }
a { background-color: rgb(218,108,179); }
div.DivClassName
{
background-color: #DA6CB3;
}
.BgClassName
{
background-color: #DA6CB3;
}
</style>
border-color css
<style>
span { border-color: #DA6CB3; }
span { border-color: rgb(218,108,179); }
td.TdClassName
{
border-color: #DA6CB3;
}
.TagClassName
{
border-color: #DA6CB3;
}
</style>