Shades of Hopbush #DA68AF
Tints of Hopbush #DA68AF
RGB
CMYK
RGB Variations
Color information
#DA68AF (or 0xDA68AF) is known color: Hopbush. HEX triplet: DA, 68 and AF. RGB value is (218,104,175). Sum of RGB (Red+Green+Blue) = 218+104+175=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA68AF is #259750. Grayscale: #929292. Windows color (decimal): -2463569 or 11495642. OLE color: 11495642.
HSL color Cylindrical-coordinate representation of color #DA68AF: hue angle of 322.63º 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 #DA68AF is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 175 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.15 |
| HSL | 322.63º | 0.61% | 0.63% | - |
| HSV(B) | 322.63º | 0.52% | 0.85% | - |
| XYZ | 41.6 | 27.9 | 43.75 | - |
| YUV | 146.18 | 144.27 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 175 | 0 | 0.52 | 0.20 | 0.15 | 322.63 | 0.61 | 0.63 |
| Hex | DA | 68 | AF | 0 | 34 | 14 | F | 143 | 3D | 3F |
| Octal | 332 | 150 | 257 | 0 | 64 | 24 | 17 | 503 | 75 | 77 |
| Binary | 11011010 | 1101000 | 10101111 | 0 | 110100 | 10100 | 1111 | 101000011 | 111101 | 111111 |
Color Harmonies of #DA68AF
Complementary color
Monochromatic Colors of #DA68AF
Black with #DA68AF
Text Example
Text Example
White with #DA68AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68AF; }
p { color: rgb(218,104,175); }
H1.HeaderClassName
{
color: #DA68AF;
}
.AnyTagClassName
{
color: #DA68AF;
}
</style>
background-color css
<style>
a { background-color: #DA68AF; }
a { background-color: rgb(218,104,175); }
div.DivClassName
{
background-color: #DA68AF;
}
.BgClassName
{
background-color: #DA68AF;
}
</style>
border-color css
<style>
span { border-color: #DA68AF; }
span { border-color: rgb(218,104,175); }
td.TdClassName
{
border-color: #DA68AF;
}
.TagClassName
{
border-color: #DA68AF;
}
</style>