#D869AD

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

Shades of Hopbush #D869AD

Tints of Hopbush #D869AD

Color information

#D869AD (or 0xD869AD) is unknown color: approx Hopbush. HEX triplet: D8, 69 and AD. RGB value is (216,105,173). Sum of RGB (Red+Green+Blue) = 216+105+173=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D869AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D869AD is #279652. Grayscale: #919191. Windows color (decimal): -2594387 or 11364824. OLE color: 11364824.

HSL color Cylindrical-coordinate representation of color #D869AD: hue angle of 323.24º 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 #D869AD is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB216105173-
CMYK00.510.200.15
HSL323.24º58.73%62.94%-
HSV(B)323.24º51.39%84.71%-
XYZ40.9127.7242.73-
YUV145.94143.27177.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.72%
GREEN value IS 105 (41.41% from 255) = 21.26%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=43.72%
G=21.26%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610517300.510.200.15323.2458.7362.94
HexD869AD03314F1433b3f
Octal33015125506324175037377
Binary110110001101001101011010110011101001111101000011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D869AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D869AD; }

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

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

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

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

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

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

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

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