Shades of Hopbush #D35FA3
Tints of Hopbush #D35FA3
RGB
CMYK
RGB Variations
Color information
#D35FA3 (or 0xD35FA3) is known color: Hopbush. HEX triplet: D3, 5F and A3. RGB value is (211,95,163). Sum of RGB (Red+Green+Blue) = 211+95+163=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D35FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35FA3 is #2CA05C. Grayscale: #898989. Windows color (decimal): -2924637 or 10706899. OLE color: 10706899.
HSL color Cylindrical-coordinate representation of color #D35FA3: hue angle of 324.83º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D35FA3 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 95 | 163 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.17 |
| HSL | 324.83º | 0.57% | 0.6% | - |
| HSV(B) | 324.83º | 0.55% | 0.83% | - |
| XYZ | 37.57 | 24.68 | 37.43 | - |
| YUV | 137.44 | 142.43 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 95 | 163 | 0 | 0.55 | 0.23 | 0.17 | 324.83 | 0.57 | 0.6 |
| Hex | D3 | 5F | A3 | 0 | 37 | 17 | 11 | 145 | 39 | 3C |
| Octal | 323 | 137 | 243 | 0 | 67 | 27 | 21 | 505 | 71 | 74 |
| Binary | 11010011 | 1011111 | 10100011 | 0 | 110111 | 10111 | 10001 | 101000101 | 111001 | 111100 |
Color Harmonies of #D35FA3
Complementary color
Monochromatic Colors of #D35FA3
Black with #D35FA3
Text Example
Text Example
White with #D35FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35FA3; }
p { color: rgb(211,95,163); }
H1.HeaderClassName
{
color: #D35FA3;
}
.AnyTagClassName
{
color: #D35FA3;
}
</style>
background-color css
<style>
a { background-color: #D35FA3; }
a { background-color: rgb(211,95,163); }
div.DivClassName
{
background-color: #D35FA3;
}
.BgClassName
{
background-color: #D35FA3;
}
</style>
border-color css
<style>
span { border-color: #D35FA3; }
span { border-color: rgb(211,95,163); }
td.TdClassName
{
border-color: #D35FA3;
}
.TagClassName
{
border-color: #D35FA3;
}
</style>