#D67BAA

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

Shades of Hopbush #D67BAA

Tints of Hopbush #D67BAA

Color information

#D67BAA (or 0xD67BAA) is unknown color: approx Hopbush. HEX triplet: D6, 7B and AA. RGB value is (214,123,170). Sum of RGB (Red+Green+Blue) = 214+123+170=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67BAA is #298455. Grayscale: #9B9B9B. Windows color (decimal): -2720854 or 11172822. OLE color: 11172822.

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

Color convert

RGB214123170-
CMYK00.430.210.16
HSL329.01º52.6%66.08%-
HSV(B)329.01º42.52%83.92%-
XYZ42.0731.3641.87-
YUV155.57136.15169.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.21%
GREEN value IS 123 (48.44% from 255) = 24.26%
BLUE value IS 170 (66.80% from 255) = 33.53%
R=42.21%
G=24.26%
B=33.53%

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
Decimal21412317000.430.210.16329.0152.666.08
HexD67BAA02B15101493542
Octal326173252053252051165102
Binary11010110111101110101010010101110101100001010010011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67BAA; }

 p { color: rgb(214,123,170); }

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

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

 a { background-color: rgb(214,123,170); }

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

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

 span { border-color: rgb(214,123,170); }

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