Shades of Hopbush #D465AD
Tints of Hopbush #D465AD
RGB
CMYK
RGB Variations
Color information
#D465AD (or 0xD465AD) is known color: Hopbush. HEX triplet: D4, 65 and AD. RGB value is (212,101,173). Sum of RGB (Red+Green+Blue) = 212+101+173=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D465AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D465AD is #2B9A52. Grayscale: #8E8E8E. Windows color (decimal): -2857555 or 11363796. OLE color: 11363796.
HSL color Cylindrical-coordinate representation of color #D465AD: hue angle of 321.08º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D465AD is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 173 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.17 |
| HSL | 321.08º | 0.56% | 0.61% | - |
| HSV(B) | 321.08º | 0.52% | 0.83% | - |
| XYZ | 39.35 | 26.32 | 42.54 | - |
| YUV | 142.4 | 145.27 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 173 | 0 | 0.52 | 0.18 | 0.17 | 321.08 | 0.56 | 0.61 |
| Hex | D4 | 65 | AD | 0 | 34 | 12 | 11 | 141 | 38 | 3D |
| Octal | 324 | 145 | 255 | 0 | 64 | 22 | 21 | 501 | 70 | 75 |
| Binary | 11010100 | 1100101 | 10101101 | 0 | 110100 | 10010 | 10001 | 101000001 | 111000 | 111101 |
Color Harmonies of #D465AD
Complementary color
Monochromatic Colors of #D465AD
Black with #D465AD
Text Example
Text Example
White with #D465AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D465AD; }
p { color: rgb(212,101,173); }
H1.HeaderClassName
{
color: #D465AD;
}
.AnyTagClassName
{
color: #D465AD;
}
</style>
background-color css
<style>
a { background-color: #D465AD; }
a { background-color: rgb(212,101,173); }
div.DivClassName
{
background-color: #D465AD;
}
.BgClassName
{
background-color: #D465AD;
}
</style>
border-color css
<style>
span { border-color: #D465AD; }
span { border-color: rgb(212,101,173); }
td.TdClassName
{
border-color: #D465AD;
}
.TagClassName
{
border-color: #D465AD;
}
</style>