#D672A7

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

Shades of Hopbush #D672A7

Tints of Hopbush #D672A7

Color information

#D672A7 (or 0xD672A7) is unknown color: approx Hopbush. HEX triplet: D6, 72 and A7. RGB value is (214,114,167). Sum of RGB (Red+Green+Blue) = 214+114+167=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D672A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D672A7 is #298D58. Grayscale: #959595. Windows color (decimal): -2723161 or 10973910. OLE color: 10973910.

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

Color convert

RGB214114167-
CMYK00.470.220.16
HSL328.2º54.95%64.31%-
HSV(B)328.2º46.73%83.92%-
XYZ40.7229.1240.03-
YUV149.94137.63173.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.23%
GREEN value IS 114 (44.92% from 255) = 23.03%
BLUE value IS 167 (65.62% from 255) = 33.74%
R=43.23%
G=23.03%
B=33.74%

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
Decimal21411416700.470.220.16328.254.9564.31
HexD672A702F16101483740
Octal326162247057262051067100
Binary11010110111001010100111010111110110100001010010001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D672A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D672A7; }

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

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

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

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

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

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

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

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