#D67AA8

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

Shades of Hopbush #D67AA8

Tints of Hopbush #D67AA8

Color information

#D67AA8 (or 0xD67AA8) is unknown color: approx Hopbush. HEX triplet: D6, 7A and A8. RGB value is (214,122,168). Sum of RGB (Red+Green+Blue) = 214+122+168=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67AA8 is #298557. Grayscale: #9A9A9A. Windows color (decimal): -2721112 or 11041494. OLE color: 11041494.

HSL color Cylindrical-coordinate representation of color #D67AA8: hue angle of 330º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67AA8 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB214122168-
CMYK00.430.210.16
HSL330º52.87%65.88%-
HSV(B)330º42.99%83.92%-
XYZ41.7631.0440.84-
YUV154.75135.48170.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 122 (48.05% from 255) = 24.21%
BLUE value IS 168 (66.02% from 255) = 33.33%
R=42.46%
G=24.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412216800.430.210.1633052.8765.88
HexD67AA802B151014a3542
Octal326172250053252051265102
Binary11010110111101010101000010101110101100001010010101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67AA8; }

 p { color: rgb(214,122,168); }

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

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

 a { background-color: rgb(214,122,168); }

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

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

 span { border-color: rgb(214,122,168); }

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