Shades of Persian Pink #DA68B6
Tints of Persian Pink #DA68B6
RGB
CMYK
RGB Variations
Color information
#DA68B6 (or 0xDA68B6) is known color: Persian Pink. HEX triplet: DA, 68 and B6. RGB value is (218,104,182). Sum of RGB (Red+Green+Blue) = 218+104+182=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA68B6 is #259749. Grayscale: #929292. Windows color (decimal): -2463562 or 11954394. OLE color: 11954394.
HSL color Cylindrical-coordinate representation of color #DA68B6: hue angle of 318.95º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA68B6 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 182 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.15 |
| HSL | 318.95º | 0.61% | 0.63% | - |
| HSV(B) | 318.95º | 0.52% | 0.85% | - |
| XYZ | 42.31 | 28.18 | 47.47 | - |
| YUV | 146.98 | 147.77 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 182 | 0 | 0.52 | 0.17 | 0.15 | 318.95 | 0.61 | 0.63 |
| Hex | DA | 68 | B6 | 0 | 34 | 11 | F | 13F | 3D | 3F |
| Octal | 332 | 150 | 266 | 0 | 64 | 21 | 17 | 477 | 75 | 77 |
| Binary | 11011010 | 1101000 | 10110110 | 0 | 110100 | 10001 | 1111 | 100111111 | 111101 | 111111 |
Color Harmonies of #DA68B6
Complementary color
Monochromatic Colors of #DA68B6
Black with #DA68B6
Text Example
Text Example
White with #DA68B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68B6; }
p { color: rgb(218,104,182); }
H1.HeaderClassName
{
color: #DA68B6;
}
.AnyTagClassName
{
color: #DA68B6;
}
</style>
background-color css
<style>
a { background-color: #DA68B6; }
a { background-color: rgb(218,104,182); }
div.DivClassName
{
background-color: #DA68B6;
}
.BgClassName
{
background-color: #DA68B6;
}
</style>
border-color css
<style>
span { border-color: #DA68B6; }
span { border-color: rgb(218,104,182); }
td.TdClassName
{
border-color: #DA68B6;
}
.TagClassName
{
border-color: #DA68B6;
}
</style>