#D672A6

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

Shades of Hopbush #D672A6

Tints of Hopbush #D672A6

Color information

#D672A6 (or 0xD672A6) is unknown color: approx Hopbush. HEX triplet: D6, 72 and A6. RGB value is (214,114,166). Sum of RGB (Red+Green+Blue) = 214+114+166=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D672A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D672A6 is #298D59. Grayscale: #959595. Windows color (decimal): -2723162 or 10908374. OLE color: 10908374.

HSL color Cylindrical-coordinate representation of color #D672A6: hue angle of 328.8º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D672A6 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB214114166-
CMYK00.470.220.16
HSL328.8º54.95%64.31%-
HSV(B)328.8º46.73%83.92%-
XYZ40.6329.0839.55-
YUV149.83137.13173.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 114 (44.92% from 255) = 23.08%
BLUE value IS 166 (65.23% from 255) = 33.60%
R=43.32%
G=23.08%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411416600.470.220.16328.854.9564.31
HexD672A602F16101493740
Octal326162246057262051167100
Binary11010110111001010100110010111110110100001010010011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D672A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D672A6; }

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

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

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

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

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

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

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

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