Shades of Hopbush #D2669B
Tints of Hopbush #D2669B
RGB
CMYK
RGB Variations
Color information
#D2669B (or 0xD2669B) is known color: Hopbush. HEX triplet: D2, 66 and 9B. RGB value is (210,102,155). Sum of RGB (Red+Green+Blue) = 210+102+155=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2669B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2669B is #2D9964. Grayscale: #8C8C8C. Windows color (decimal): -2988389 or 10184402. OLE color: 10184402.
HSL color Cylindrical-coordinate representation of color #D2669B: hue angle of 330.56º 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 #D2669B is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 155 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.18 |
| HSL | 330.56º | 0.55% | 0.61% | - |
| HSV(B) | 330.56º | 0.51% | 0.82% | - |
| XYZ | 37.25 | 25.57 | 33.98 | - |
| YUV | 140.33 | 136.28 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 155 | 0 | 0.51 | 0.26 | 0.18 | 330.56 | 0.55 | 0.61 |
| Hex | D2 | 66 | 9B | 0 | 33 | 1A | 12 | 14B | 37 | 3D |
| Octal | 322 | 146 | 233 | 0 | 63 | 32 | 22 | 513 | 67 | 75 |
| Binary | 11010010 | 1100110 | 10011011 | 0 | 110011 | 11010 | 10010 | 101001011 | 110111 | 111101 |
Color Harmonies of #D2669B
Complementary color
Monochromatic Colors of #D2669B
Black with #D2669B
Text Example
Text Example
White with #D2669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2669B; }
p { color: rgb(210,102,155); }
H1.HeaderClassName
{
color: #D2669B;
}
.AnyTagClassName
{
color: #D2669B;
}
</style>
background-color css
<style>
a { background-color: #D2669B; }
a { background-color: rgb(210,102,155); }
div.DivClassName
{
background-color: #D2669B;
}
.BgClassName
{
background-color: #D2669B;
}
</style>
border-color css
<style>
span { border-color: #D2669B; }
span { border-color: rgb(210,102,155); }
td.TdClassName
{
border-color: #D2669B;
}
.TagClassName
{
border-color: #D2669B;
}
</style>