#D872A8

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

Shades of Hopbush #D872A8

Tints of Hopbush #D872A8

Color information

#D872A8 (or 0xD872A8) is unknown color: approx Hopbush. HEX triplet: D8, 72 and A8. RGB value is (216,114,168). Sum of RGB (Red+Green+Blue) = 216+114+168=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D872A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D872A8 is #278D57. Grayscale: #969696. Windows color (decimal): -2592088 or 11039448. OLE color: 11039448.

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

Color convert

RGB216114168-
CMYK00.470.220.15
HSL328.24º56.67%64.71%-
HSV(B)328.24º47.22%84.71%-
XYZ41.429.4640.55-
YUV150.65137.79174.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.37%
GREEN value IS 114 (44.92% from 255) = 22.89%
BLUE value IS 168 (66.02% from 255) = 33.73%
R=43.37%
G=22.89%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611416800.470.220.15328.2456.6764.71
HexD872A802F16F1483941
Octal330162250057261751071101
Binary1101100011100101010100001011111011011111010010001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D872A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D872A8; }

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

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

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

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

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

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

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

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