#D07BAB

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

Shades of Hopbush #D07BAB

Tints of Hopbush #D07BAB

Color information

#D07BAB (or 0xD07BAB) is unknown color: approx Hopbush. HEX triplet: D0, 7B and AB. RGB value is (208,123,171). Sum of RGB (Red+Green+Blue) = 208+123+171=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D07BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07BAB is #2F8454. Grayscale: #999999. Windows color (decimal): -3114069 or 11238352. OLE color: 11238352.

HSL color Cylindrical-coordinate representation of color #D07BAB: hue angle of 326.12º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07BAB is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB208123171-
CMYK00.410.180.18
HSL326.12º47.49%64.9%-
HSV(B)326.12º40.87%81.57%-
XYZ40.4530.5242.29-
YUV153.89137.66166.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.43%
GREEN value IS 123 (48.44% from 255) = 24.50%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=41.43%
G=24.50%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812317100.410.180.18326.1247.4964.9
HexD07BAB02912121462f41
Octal320173253051222250657101
Binary11010000111101110101011010100110010100101010001101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07BAB; }

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

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

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

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

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

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

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

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