Shades of Hopbush #D268AE
Tints of Hopbush #D268AE
RGB
CMYK
RGB Variations
Color information
#D268AE (or 0xD268AE) is known color: Hopbush. HEX triplet: D2, 68 and AE. RGB value is (210,104,174). Sum of RGB (Red+Green+Blue) = 210+104+174=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D268AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D268AE is #2D9751. Grayscale: #8F8F8F. Windows color (decimal): -2987858 or 11430098. OLE color: 11430098.
HSL color Cylindrical-coordinate representation of color #D268AE: hue angle of 320.38º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D268AE is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 174 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.18 |
| HSL | 320.38º | 0.54% | 0.62% | - |
| HSV(B) | 320.38º | 0.5% | 0.82% | - |
| XYZ | 39.17 | 26.66 | 43.13 | - |
| YUV | 143.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 174 | 0 | 0.50 | 0.17 | 0.18 | 320.38 | 0.54 | 0.62 |
| Hex | D2 | 68 | AE | 0 | 32 | 11 | 12 | 140 | 36 | 3E |
| Octal | 322 | 150 | 256 | 0 | 62 | 21 | 22 | 500 | 66 | 76 |
| Binary | 11010010 | 1101000 | 10101110 | 0 | 110010 | 10001 | 10010 | 101000000 | 110110 | 111110 |
Color Harmonies of #D268AE
Complementary color
Monochromatic Colors of #D268AE
Black with #D268AE
Text Example
Text Example
White with #D268AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D268AE; }
p { color: rgb(210,104,174); }
H1.HeaderClassName
{
color: #D268AE;
}
.AnyTagClassName
{
color: #D268AE;
}
</style>
background-color css
<style>
a { background-color: #D268AE; }
a { background-color: rgb(210,104,174); }
div.DivClassName
{
background-color: #D268AE;
}
.BgClassName
{
background-color: #D268AE;
}
</style>
border-color css
<style>
span { border-color: #D268AE; }
span { border-color: rgb(210,104,174); }
td.TdClassName
{
border-color: #D268AE;
}
.TagClassName
{
border-color: #D268AE;
}
</style>