#D869AB

Color #D869AB Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #D869AB

Tints of Hopbush #D869AB

Color information

#D869AB (or 0xD869AB) is unknown color: approx Hopbush. HEX triplet: D8, 69 and AB. RGB value is (216,105,171). Sum of RGB (Red+Green+Blue) = 216+105+171=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D869AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D869AB is #279654. Grayscale: #919191. Windows color (decimal): -2594389 or 11233752. OLE color: 11233752.

HSL color Cylindrical-coordinate representation of color #D869AB: hue angle of 324.32º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D869AB is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB216105171-
CMYK00.510.210.15
HSL324.32º58.73%62.94%-
HSV(B)324.32º51.39%84.71%-
XYZ40.7227.6441.72-
YUV145.71142.27178.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 43.90%
GREEN value IS 105 (41.41% from 255) = 21.34%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=43.90%
G=21.34%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610517100.510.210.15324.3258.7362.94
HexD869AB03315F1443b3f
Octal33015125306325175047377
Binary110110001101001101010110110011101011111101000100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D869AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D869AB; }

 p { color: rgb(216,105,171); }

 H1.HeaderClassName
 {
   color: #D869AB;
 }
 .AnyTagClassName
 {
   color: #D869AB;
 }
</style>
background-color css

<style>
 a { background-color: #D869AB; }

 a { background-color: rgb(216,105,171); }

 div.DivClassName
 {
   background-color: #D869AB;
 }
 .BgClassName
 {
   background-color: #D869AB;
 }
</style>
border-color css

<style>
 span { border-color: #D869AB; }

 span { border-color: rgb(216,105,171); }

 td.TdClassName
 {
   border-color: #D869AB;
 }
 .TagClassName
 {
   border-color: #D869AB;
 }
</style>