Shades of Hopbush #D26C90
Tints of Hopbush #D26C90
RGB
CMYK
RGB Variations
Color information
#D26C90 (or 0xD26C90) is known color: Hopbush. HEX triplet: D2, 6C and 90. RGB value is (210,108,144). Sum of RGB (Red+Green+Blue) = 210+108+144=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26C90 is #2D936F. Grayscale: #8E8E8E. Windows color (decimal): -2986864 or 9465042. OLE color: 9465042.
HSL color Cylindrical-coordinate representation of color #D26C90: hue angle of 338.82º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26C90 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 144 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.18 |
| HSL | 338.82º | 0.53% | 0.62% | - |
| HSV(B) | 338.82º | 0.49% | 0.82% | - |
| XYZ | 36.97 | 26.44 | 29.54 | - |
| YUV | 142.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 144 | 0 | 0.49 | 0.31 | 0.18 | 338.82 | 0.53 | 0.62 |
| Hex | D2 | 6C | 90 | 0 | 31 | 1F | 12 | 153 | 35 | 3E |
| Octal | 322 | 154 | 220 | 0 | 61 | 37 | 22 | 523 | 65 | 76 |
| Binary | 11010010 | 1101100 | 10010000 | 0 | 110001 | 11111 | 10010 | 101010011 | 110101 | 111110 |
Color Harmonies of #D26C90
Complementary color
Monochromatic Colors of #D26C90
Black with #D26C90
Text Example
Text Example
White with #D26C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C90; }
p { color: rgb(210,108,144); }
H1.HeaderClassName
{
color: #D26C90;
}
.AnyTagClassName
{
color: #D26C90;
}
</style>
background-color css
<style>
a { background-color: #D26C90; }
a { background-color: rgb(210,108,144); }
div.DivClassName
{
background-color: #D26C90;
}
.BgClassName
{
background-color: #D26C90;
}
</style>
border-color css
<style>
span { border-color: #D26C90; }
span { border-color: rgb(210,108,144); }
td.TdClassName
{
border-color: #D26C90;
}
.TagClassName
{
border-color: #D26C90;
}
</style>