Shades of Hopbush #D262AA
Tints of Hopbush #D262AA
RGB
CMYK
RGB Variations
Color information
#D262AA (or 0xD262AA) is known color: Hopbush. HEX triplet: D2, 62 and AA. RGB value is (210,98,170). Sum of RGB (Red+Green+Blue) = 210+98+170=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D262AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D262AA is #2D9D55. Grayscale: #8B8B8B. Windows color (decimal): -2989398 or 11166418. OLE color: 11166418.
HSL color Cylindrical-coordinate representation of color #D262AA: hue angle of 321.43º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D262AA is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 170 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.18 |
| HSL | 321.43º | 0.55% | 0.6% | - |
| HSV(B) | 321.43º | 0.53% | 0.82% | - |
| XYZ | 38.2 | 25.34 | 40.91 | - |
| YUV | 139.7 | 145.11 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 170 | 0 | 0.53 | 0.19 | 0.18 | 321.43 | 0.55 | 0.6 |
| Hex | D2 | 62 | AA | 0 | 35 | 13 | 12 | 141 | 37 | 3C |
| Octal | 322 | 142 | 252 | 0 | 65 | 23 | 22 | 501 | 67 | 74 |
| Binary | 11010010 | 1100010 | 10101010 | 0 | 110101 | 10011 | 10010 | 101000001 | 110111 | 111100 |
Color Harmonies of #D262AA
Complementary color
Monochromatic Colors of #D262AA
Black with #D262AA
Text Example
Text Example
White with #D262AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262AA; }
p { color: rgb(210,98,170); }
H1.HeaderClassName
{
color: #D262AA;
}
.AnyTagClassName
{
color: #D262AA;
}
</style>
background-color css
<style>
a { background-color: #D262AA; }
a { background-color: rgb(210,98,170); }
div.DivClassName
{
background-color: #D262AA;
}
.BgClassName
{
background-color: #D262AA;
}
</style>
border-color css
<style>
span { border-color: #D262AA; }
span { border-color: rgb(210,98,170); }
td.TdClassName
{
border-color: #D262AA;
}
.TagClassName
{
border-color: #D262AA;
}
</style>