#D872A6

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

Shades of Hopbush #D872A6

Tints of Hopbush #D872A6

Color information

#D872A6 (or 0xD872A6) is unknown color: approx Hopbush. HEX triplet: D8, 72 and A6. RGB value is (216,114,166). Sum of RGB (Red+Green+Blue) = 216+114+166=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D872A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D872A6 is #278D59. Grayscale: #969696. Windows color (decimal): -2592090 or 10908376. OLE color: 10908376.

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

Color convert

RGB216114166-
CMYK00.470.230.15
HSL329.41º56.67%64.71%-
HSV(B)329.41º47.22%84.71%-
XYZ41.2229.3939.58-
YUV150.43136.79174.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.55%
GREEN value IS 114 (44.92% from 255) = 22.98%
BLUE value IS 166 (65.23% from 255) = 33.47%
R=43.55%
G=22.98%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611416600.470.230.15329.4156.6764.71
HexD872A602F17F1493941
Octal330162246057271751171101
Binary1101100011100101010011001011111011111111010010011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D872A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D872A6; }

 p { color: rgb(216,114,166); }

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

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

 a { background-color: rgb(216,114,166); }

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

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

 span { border-color: rgb(216,114,166); }

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