Shades of Hopbush #D262A5
Tints of Hopbush #D262A5
RGB
CMYK
RGB Variations
Color information
#D262A5 (or 0xD262A5) is known color: Hopbush. HEX triplet: D2, 62 and A5. RGB value is (210,98,165). Sum of RGB (Red+Green+Blue) = 210+98+165=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D262A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D262A5 is #2D9D5A. Grayscale: #8A8A8A. Windows color (decimal): -2989403 or 10838738. OLE color: 10838738.
HSL color Cylindrical-coordinate representation of color #D262A5: hue angle of 324.11º 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 #D262A5 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 165 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.18 |
| HSL | 324.11º | 0.55% | 0.6% | - |
| HSV(B) | 324.11º | 0.53% | 0.82% | - |
| XYZ | 37.74 | 25.15 | 38.46 | - |
| YUV | 139.13 | 142.61 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 165 | 0 | 0.53 | 0.21 | 0.18 | 324.11 | 0.55 | 0.6 |
| Hex | D2 | 62 | A5 | 0 | 35 | 15 | 12 | 144 | 37 | 3C |
| Octal | 322 | 142 | 245 | 0 | 65 | 25 | 22 | 504 | 67 | 74 |
| Binary | 11010010 | 1100010 | 10100101 | 0 | 110101 | 10101 | 10010 | 101000100 | 110111 | 111100 |
Color Harmonies of #D262A5
Complementary color
Monochromatic Colors of #D262A5
Black with #D262A5
Text Example
Text Example
White with #D262A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262A5; }
p { color: rgb(210,98,165); }
H1.HeaderClassName
{
color: #D262A5;
}
.AnyTagClassName
{
color: #D262A5;
}
</style>
background-color css
<style>
a { background-color: #D262A5; }
a { background-color: rgb(210,98,165); }
div.DivClassName
{
background-color: #D262A5;
}
.BgClassName
{
background-color: #D262A5;
}
</style>
border-color css
<style>
span { border-color: #D262A5; }
span { border-color: rgb(210,98,165); }
td.TdClassName
{
border-color: #D262A5;
}
.TagClassName
{
border-color: #D262A5;
}
</style>