Shades of Hopbush #D364AF
Tints of Hopbush #D364AF
RGB
CMYK
RGB Variations
Color information
#D364AF (or 0xD364AF) is known color: Hopbush. HEX triplet: D3, 64 and AF. RGB value is (211,100,175). Sum of RGB (Red+Green+Blue) = 211+100+175=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D364AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D364AF is #2C9B50. Grayscale: #8D8D8D. Windows color (decimal): -2923345 or 11494611. OLE color: 11494611.
HSL color Cylindrical-coordinate representation of color #D364AF: hue angle of 319.46º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D364AF is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 100 | 175 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.17 |
| HSL | 319.46º | 0.56% | 0.61% | - |
| HSV(B) | 319.46º | 0.53% | 0.83% | - |
| XYZ | 39.16 | 26.06 | 43.52 | - |
| YUV | 141.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 175 | 0 | 0.53 | 0.17 | 0.17 | 319.46 | 0.56 | 0.61 |
| Hex | D3 | 64 | AF | 0 | 35 | 11 | 11 | 13F | 38 | 3D |
| Octal | 323 | 144 | 257 | 0 | 65 | 21 | 21 | 477 | 70 | 75 |
| Binary | 11010011 | 1100100 | 10101111 | 0 | 110101 | 10001 | 10001 | 100111111 | 111000 | 111101 |
Color Harmonies of #D364AF
Complementary color
Monochromatic Colors of #D364AF
Black with #D364AF
Text Example
Text Example
White with #D364AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D364AF; }
p { color: rgb(211,100,175); }
H1.HeaderClassName
{
color: #D364AF;
}
.AnyTagClassName
{
color: #D364AF;
}
</style>
background-color css
<style>
a { background-color: #D364AF; }
a { background-color: rgb(211,100,175); }
div.DivClassName
{
background-color: #D364AF;
}
.BgClassName
{
background-color: #D364AF;
}
</style>
border-color css
<style>
span { border-color: #D364AF; }
span { border-color: rgb(211,100,175); }
td.TdClassName
{
border-color: #D364AF;
}
.TagClassName
{
border-color: #D364AF;
}
</style>