Shades of Hopbush #D2668A
Tints of Hopbush #D2668A
RGB
CMYK
RGB Variations
Color information
#D2668A (or 0xD2668A) is known color: Hopbush. HEX triplet: D2, 66 and 8A. RGB value is (210,102,138). Sum of RGB (Red+Green+Blue) = 210+102+138=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2668A is #2D9975. Grayscale: #8A8A8A. Windows color (decimal): -2988406 or 9070290. OLE color: 9070290.
HSL color Cylindrical-coordinate representation of color #D2668A: hue angle of 340º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2668A is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 138 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.18 |
| HSL | 340º | 0.55% | 0.61% | - |
| HSV(B) | 340º | 0.51% | 0.82% | - |
| XYZ | 35.92 | 25.04 | 26.98 | - |
| YUV | 138.4 | 127.78 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 138 | 0 | 0.51 | 0.34 | 0.18 | 340 | 0.55 | 0.61 |
| Hex | D2 | 66 | 8A | 0 | 33 | 22 | 12 | 154 | 37 | 3D |
| Octal | 322 | 146 | 212 | 0 | 63 | 42 | 22 | 524 | 67 | 75 |
| Binary | 11010010 | 1100110 | 10001010 | 0 | 110011 | 100010 | 10010 | 101010100 | 110111 | 111101 |
Color Harmonies of #D2668A
Complementary color
Monochromatic Colors of #D2668A
Black with #D2668A
Text Example
Text Example
White with #D2668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2668A; }
p { color: rgb(210,102,138); }
H1.HeaderClassName
{
color: #D2668A;
}
.AnyTagClassName
{
color: #D2668A;
}
</style>
background-color css
<style>
a { background-color: #D2668A; }
a { background-color: rgb(210,102,138); }
div.DivClassName
{
background-color: #D2668A;
}
.BgClassName
{
background-color: #D2668A;
}
</style>
border-color css
<style>
span { border-color: #D2668A; }
span { border-color: rgb(210,102,138); }
td.TdClassName
{
border-color: #D2668A;
}
.TagClassName
{
border-color: #D2668A;
}
</style>