Shades of Hopbush #D262AD
Tints of Hopbush #D262AD
RGB
CMYK
RGB Variations
Color information
#D262AD (or 0xD262AD) is known color: Hopbush. HEX triplet: D2, 62 and AD. RGB value is (210,98,173). Sum of RGB (Red+Green+Blue) = 210+98+173=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D262AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D262AD is #2D9D52. Grayscale: #8B8B8B. Windows color (decimal): -2989395 or 11363026. OLE color: 11363026.
HSL color Cylindrical-coordinate representation of color #D262AD: hue angle of 319.82º 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 #D262AD is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 173 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.18 |
| HSL | 319.82º | 0.55% | 0.6% | - |
| HSV(B) | 319.82º | 0.53% | 0.82% | - |
| XYZ | 38.49 | 25.45 | 42.42 | - |
| YUV | 140.04 | 146.61 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 173 | 0 | 0.53 | 0.18 | 0.18 | 319.82 | 0.55 | 0.6 |
| Hex | D2 | 62 | AD | 0 | 35 | 12 | 12 | 140 | 37 | 3C |
| Octal | 322 | 142 | 255 | 0 | 65 | 22 | 22 | 500 | 67 | 74 |
| Binary | 11010010 | 1100010 | 10101101 | 0 | 110101 | 10010 | 10010 | 101000000 | 110111 | 111100 |
Color Harmonies of #D262AD
Complementary color
Monochromatic Colors of #D262AD
Black with #D262AD
Text Example
Text Example
White with #D262AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262AD; }
p { color: rgb(210,98,173); }
H1.HeaderClassName
{
color: #D262AD;
}
.AnyTagClassName
{
color: #D262AD;
}
</style>
background-color css
<style>
a { background-color: #D262AD; }
a { background-color: rgb(210,98,173); }
div.DivClassName
{
background-color: #D262AD;
}
.BgClassName
{
background-color: #D262AD;
}
</style>
border-color css
<style>
span { border-color: #D262AD; }
span { border-color: rgb(210,98,173); }
td.TdClassName
{
border-color: #D262AD;
}
.TagClassName
{
border-color: #D262AD;
}
</style>