#D672AE

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

Shades of Hopbush #D672AE

Tints of Hopbush #D672AE

Color information

#D672AE (or 0xD672AE) is unknown color: approx Hopbush. HEX triplet: D6, 72 and AE. RGB value is (214,114,174). Sum of RGB (Red+Green+Blue) = 214+114+174=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D672AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D672AE is #298D51. Grayscale: #969696. Windows color (decimal): -2723154 or 11432662. OLE color: 11432662.

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

Color convert

RGB214114174-
CMYK00.470.190.16
HSL324º54.95%64.31%-
HSV(B)324º46.73%83.92%-
XYZ41.3929.3943.54-
YUV150.74141.13173.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.63%
GREEN value IS 114 (44.92% from 255) = 22.71%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=42.63%
G=22.71%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411417400.470.190.1632454.9564.31
HexD672AE02F13101443740
Octal326162256057232050467100
Binary11010110111001010101110010111110011100001010001001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D672AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D672AE; }

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

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

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

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

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

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

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

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