Shades of Hopbush #D275A1
Tints of Hopbush #D275A1
RGB
CMYK
RGB Variations
Color information
#D275A1 (or 0xD275A1) is known color: Hopbush. HEX triplet: D2, 75 and A1. RGB value is (210,117,161). Sum of RGB (Red+Green+Blue) = 210+117+161=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D275A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D275A1 is #2D8A5E. Grayscale: #959595. Windows color (decimal): -2984543 or 10581458. OLE color: 10581458.
HSL color Cylindrical-coordinate representation of color #D275A1: hue angle of 331.61º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D275A1 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 161 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.18 |
| HSL | 331.61º | 0.51% | 0.64% | - |
| HSV(B) | 331.61º | 0.44% | 0.82% | - |
| XYZ | 39.37 | 29 | 37.24 | - |
| YUV | 149.82 | 134.31 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 161 | 0 | 0.44 | 0.23 | 0.18 | 331.61 | 0.51 | 0.64 |
| Hex | D2 | 75 | A1 | 0 | 2C | 17 | 12 | 14C | 33 | 40 |
| Octal | 322 | 165 | 241 | 0 | 54 | 27 | 22 | 514 | 63 | 100 |
| Binary | 11010010 | 1110101 | 10100001 | 0 | 101100 | 10111 | 10010 | 101001100 | 110011 | 1000000 |
Color Harmonies of #D275A1
Complementary color
Monochromatic Colors of #D275A1
Black with #D275A1
Text Example
Text Example
White with #D275A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275A1; }
p { color: rgb(210,117,161); }
H1.HeaderClassName
{
color: #D275A1;
}
.AnyTagClassName
{
color: #D275A1;
}
</style>
background-color css
<style>
a { background-color: #D275A1; }
a { background-color: rgb(210,117,161); }
div.DivClassName
{
background-color: #D275A1;
}
.BgClassName
{
background-color: #D275A1;
}
</style>
border-color css
<style>
span { border-color: #D275A1; }
span { border-color: rgb(210,117,161); }
td.TdClassName
{
border-color: #D275A1;
}
.TagClassName
{
border-color: #D275A1;
}
</style>