Shades of Hopbush #D26CAD
Tints of Hopbush #D26CAD
RGB
CMYK
RGB Variations
Color information
#D26CAD (or 0xD26CAD) is known color: Hopbush. HEX triplet: D2, 6C and AD. RGB value is (210,108,173). Sum of RGB (Red+Green+Blue) = 210+108+173=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26CAD is #2D9352. Grayscale: #919191. Windows color (decimal): -2986835 or 11365586. OLE color: 11365586.
HSL color Cylindrical-coordinate representation of color #D26CAD: hue angle of 321.76º 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 #D26CAD is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 173 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.18 |
| HSL | 321.76º | 0.53% | 0.62% | - |
| HSV(B) | 321.76º | 0.49% | 0.82% | - |
| XYZ | 39.48 | 27.44 | 42.75 | - |
| YUV | 145.91 | 143.29 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 173 | 0 | 0.49 | 0.18 | 0.18 | 321.76 | 0.53 | 0.62 |
| Hex | D2 | 6C | AD | 0 | 31 | 12 | 12 | 142 | 35 | 3E |
| Octal | 322 | 154 | 255 | 0 | 61 | 22 | 22 | 502 | 65 | 76 |
| Binary | 11010010 | 1101100 | 10101101 | 0 | 110001 | 10010 | 10010 | 101000010 | 110101 | 111110 |
Color Harmonies of #D26CAD
Complementary color
Monochromatic Colors of #D26CAD
Black with #D26CAD
Text Example
Text Example
White with #D26CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26CAD; }
p { color: rgb(210,108,173); }
H1.HeaderClassName
{
color: #D26CAD;
}
.AnyTagClassName
{
color: #D26CAD;
}
</style>
background-color css
<style>
a { background-color: #D26CAD; }
a { background-color: rgb(210,108,173); }
div.DivClassName
{
background-color: #D26CAD;
}
.BgClassName
{
background-color: #D26CAD;
}
</style>
border-color css
<style>
span { border-color: #D26CAD; }
span { border-color: rgb(210,108,173); }
td.TdClassName
{
border-color: #D26CAD;
}
.TagClassName
{
border-color: #D26CAD;
}
</style>