Shades of Hopbush #D768AF
Tints of Hopbush #D768AF
RGB
CMYK
RGB Variations
Color information
#D768AF (or 0xD768AF) is known color: Hopbush. HEX triplet: D7, 68 and AF. RGB value is (215,104,175). Sum of RGB (Red+Green+Blue) = 215+104+175=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D768AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D768AF is #289750. Grayscale: #919191. Windows color (decimal): -2660177 or 11495639. OLE color: 11495639.
HSL color Cylindrical-coordinate representation of color #D768AF: hue angle of 321.62º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D768AF is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 175 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.16 |
| HSL | 321.62º | 0.58% | 0.63% | - |
| HSV(B) | 321.62º | 0.52% | 0.84% | - |
| XYZ | 40.71 | 27.44 | 43.71 | - |
| YUV | 145.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 175 | 0 | 0.52 | 0.19 | 0.16 | 321.62 | 0.58 | 0.63 |
| Hex | D7 | 68 | AF | 0 | 34 | 13 | 10 | 142 | 3A | 3F |
| Octal | 327 | 150 | 257 | 0 | 64 | 23 | 20 | 502 | 72 | 77 |
| Binary | 11010111 | 1101000 | 10101111 | 0 | 110100 | 10011 | 10000 | 101000010 | 111010 | 111111 |
Color Harmonies of #D768AF
Complementary color
Monochromatic Colors of #D768AF
Black with #D768AF
Text Example
Text Example
White with #D768AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D768AF; }
p { color: rgb(215,104,175); }
H1.HeaderClassName
{
color: #D768AF;
}
.AnyTagClassName
{
color: #D768AF;
}
</style>
background-color css
<style>
a { background-color: #D768AF; }
a { background-color: rgb(215,104,175); }
div.DivClassName
{
background-color: #D768AF;
}
.BgClassName
{
background-color: #D768AF;
}
</style>
border-color css
<style>
span { border-color: #D768AF; }
span { border-color: rgb(215,104,175); }
td.TdClassName
{
border-color: #D768AF;
}
.TagClassName
{
border-color: #D768AF;
}
</style>