#D67BAB

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

Shades of Hopbush #D67BAB

Tints of Hopbush #D67BAB

Color information

#D67BAB (or 0xD67BAB) is unknown color: approx Hopbush. HEX triplet: D6, 7B and AB. RGB value is (214,123,171). Sum of RGB (Red+Green+Blue) = 214+123+171=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67BAB is #298454. Grayscale: #9B9B9B. Windows color (decimal): -2720853 or 11238358. OLE color: 11238358.

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

Color convert

RGB214123171-
CMYK00.430.200.16
HSL328.35º52.6%66.08%-
HSV(B)328.35º42.52%83.92%-
XYZ42.1731.442.37-
YUV155.68136.65169.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 123 (48.44% from 255) = 24.21%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=42.13%
G=24.21%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412317100.430.200.16328.3552.666.08
HexD67BAB02B14101483542
Octal326173253053242051065102
Binary11010110111101110101011010101110100100001010010001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67BAB; }

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

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

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

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

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

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

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

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