#D870A8

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

Shades of Hopbush #D870A8

Tints of Hopbush #D870A8

Color information

#D870A8 (or 0xD870A8) is unknown color: approx Hopbush. HEX triplet: D8, 70 and A8. RGB value is (216,112,168). Sum of RGB (Red+Green+Blue) = 216+112+168=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D870A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D870A8 is #278F57. Grayscale: #959595. Windows color (decimal): -2592600 or 11038936. OLE color: 11038936.

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

Color convert

RGB216112168-
CMYK00.480.220.15
HSL327.69º57.14%64.31%-
HSV(B)327.69º48.15%84.71%-
XYZ41.1829.0140.48-
YUV149.48138.46175.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.55%
GREEN value IS 112 (44.14% from 255) = 22.58%
BLUE value IS 168 (66.02% from 255) = 33.87%
R=43.55%
G=22.58%
B=33.87%

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
Decimal21611216800.480.220.15327.6957.1464.31
HexD870A803016F1483940
Octal330160250060261751071100
Binary1101100011100001010100001100001011011111010010001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D870A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D870A8; }

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

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

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

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

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

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

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

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