#D672AB

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

Shades of Hopbush #D672AB

Tints of Hopbush #D672AB

Color information

#D672AB (or 0xD672AB) is unknown color: approx Hopbush. HEX triplet: D6, 72 and AB. RGB value is (214,114,171). Sum of RGB (Red+Green+Blue) = 214+114+171=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D672AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D672AB is #298D54. Grayscale: #969696. Windows color (decimal): -2723157 or 11236054. OLE color: 11236054.

HSL color Cylindrical-coordinate representation of color #D672AB: hue angle of 325.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 #D672AB is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214114171-
CMYK00.470.200.16
HSL325.8º54.95%64.31%-
HSV(B)325.8º46.73%83.92%-
XYZ41.129.2742.01-
YUV150.4139.63173.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.89%
GREEN value IS 114 (44.92% from 255) = 22.85%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=42.89%
G=22.85%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411417100.470.200.16325.854.9564.31
HexD672AB02F14101463740
Octal326162253057242050667100
Binary11010110111001010101011010111110100100001010001101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D672AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D672AB; }

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

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

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

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

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

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

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

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