#D870A9

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

Shades of Hopbush #D870A9

Tints of Hopbush #D870A9

Color information

#D870A9 (or 0xD870A9) is unknown color: approx Hopbush. HEX triplet: D8, 70 and A9. RGB value is (216,112,169). Sum of RGB (Red+Green+Blue) = 216+112+169=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D870A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D870A9 is #278F56. Grayscale: #959595. Windows color (decimal): -2592599 or 11104472. OLE color: 11104472.

HSL color Cylindrical-coordinate representation of color #D870A9: hue angle of 327.12º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D870A9 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB216112169-
CMYK00.480.220.15
HSL327.12º57.14%64.31%-
HSV(B)327.12º48.15%84.71%-
XYZ41.2729.0540.97-
YUV149.59138.96175.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.46%
GREEN value IS 112 (44.14% from 255) = 22.54%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=43.46%
G=22.54%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611216900.480.220.15327.1257.1464.31
HexD870A903016F1473940
Octal330160251060261750771100
Binary1101100011100001010100101100001011011111010001111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D870A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D870A9; }

 p { color: rgb(216,112,169); }

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

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

 a { background-color: rgb(216,112,169); }

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

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

 span { border-color: rgb(216,112,169); }

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