Shades of Hopbush #D462AC
Tints of Hopbush #D462AC
RGB
CMYK
RGB Variations
Color information
#D462AC (or 0xD462AC) is known color: Hopbush. HEX triplet: D4, 62 and AC. RGB value is (212,98,172). Sum of RGB (Red+Green+Blue) = 212+98+172=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D462AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D462AC is #2B9D53. Grayscale: #8C8C8C. Windows color (decimal): -2858324 or 11297492. OLE color: 11297492.
HSL color Cylindrical-coordinate representation of color #D462AC: hue angle of 321.05º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D462AC is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 172 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.17 |
| HSL | 321.05º | 0.57% | 0.61% | - |
| HSV(B) | 321.05º | 0.54% | 0.83% | - |
| XYZ | 38.97 | 25.71 | 41.94 | - |
| YUV | 140.52 | 145.77 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 172 | 0 | 0.54 | 0.19 | 0.17 | 321.05 | 0.57 | 0.61 |
| Hex | D4 | 62 | AC | 0 | 36 | 13 | 11 | 141 | 39 | 3D |
| Octal | 324 | 142 | 254 | 0 | 66 | 23 | 21 | 501 | 71 | 75 |
| Binary | 11010100 | 1100010 | 10101100 | 0 | 110110 | 10011 | 10001 | 101000001 | 111001 | 111101 |
Color Harmonies of #D462AC
Complementary color
Monochromatic Colors of #D462AC
Black with #D462AC
Text Example
Text Example
White with #D462AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D462AC; }
p { color: rgb(212,98,172); }
H1.HeaderClassName
{
color: #D462AC;
}
.AnyTagClassName
{
color: #D462AC;
}
</style>
background-color css
<style>
a { background-color: #D462AC; }
a { background-color: rgb(212,98,172); }
div.DivClassName
{
background-color: #D462AC;
}
.BgClassName
{
background-color: #D462AC;
}
</style>
border-color css
<style>
span { border-color: #D462AC; }
span { border-color: rgb(212,98,172); }
td.TdClassName
{
border-color: #D462AC;
}
.TagClassName
{
border-color: #D462AC;
}
</style>