Shades of Hopbush #DA66AF
Tints of Hopbush #DA66AF
RGB
CMYK
RGB Variations
Color information
#DA66AF (or 0xDA66AF) is known color: Hopbush. HEX triplet: DA, 66 and AF. RGB value is (218,102,175). Sum of RGB (Red+Green+Blue) = 218+102+175=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA66AF is #259950. Grayscale: #909090. Windows color (decimal): -2464081 or 11495130. OLE color: 11495130.
HSL color Cylindrical-coordinate representation of color #DA66AF: hue angle of 322.24º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA66AF is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 175 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.15 |
| HSL | 322.24º | 0.61% | 0.63% | - |
| HSV(B) | 322.24º | 0.53% | 0.85% | - |
| XYZ | 41.4 | 27.5 | 43.68 | - |
| YUV | 145.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 175 | 0 | 0.53 | 0.20 | 0.15 | 322.24 | 0.61 | 0.63 |
| Hex | DA | 66 | AF | 0 | 35 | 14 | F | 142 | 3D | 3F |
| Octal | 332 | 146 | 257 | 0 | 65 | 24 | 17 | 502 | 75 | 77 |
| Binary | 11011010 | 1100110 | 10101111 | 0 | 110101 | 10100 | 1111 | 101000010 | 111101 | 111111 |
Color Harmonies of #DA66AF
Complementary color
Monochromatic Colors of #DA66AF
Black with #DA66AF
Text Example
Text Example
White with #DA66AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA66AF; }
p { color: rgb(218,102,175); }
H1.HeaderClassName
{
color: #DA66AF;
}
.AnyTagClassName
{
color: #DA66AF;
}
</style>
background-color css
<style>
a { background-color: #DA66AF; }
a { background-color: rgb(218,102,175); }
div.DivClassName
{
background-color: #DA66AF;
}
.BgClassName
{
background-color: #DA66AF;
}
</style>
border-color css
<style>
span { border-color: #DA66AF; }
span { border-color: rgb(218,102,175); }
td.TdClassName
{
border-color: #DA66AF;
}
.TagClassName
{
border-color: #DA66AF;
}
</style>