#D07AB2

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

Shades of Hopbush #D07AB2

Tints of Hopbush #D07AB2

Color information

#D07AB2 (or 0xD07AB2) is unknown color: approx Hopbush. HEX triplet: D0, 7A and B2. RGB value is (208,122,178). Sum of RGB (Red+Green+Blue) = 208+122+178=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D07AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07AB2 is #2F854D. Grayscale: #999999. Windows color (decimal): -3114318 or 11696848. OLE color: 11696848.

HSL color Cylindrical-coordinate representation of color #D07AB2: hue angle of 320.93º degrees, saturation: 0.48, 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 #D07AB2 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB208122178-
CMYK00.410.140.18
HSL320.93º47.78%64.71%-
HSV(B)320.93º41.35%81.57%-
XYZ41.0130.5445.85-
YUV154.1141.49166.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 122 (48.05% from 255) = 24.02%
BLUE value IS 178 (69.92% from 255) = 35.04%
R=40.94%
G=24.02%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812217800.410.140.18320.9347.7864.71
HexD07AB2029E121413041
Octal320172262051162250160101
Binary1101000011110101011001001010011110100101010000011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07AB2; }

 p { color: rgb(208,122,178); }

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

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

 a { background-color: rgb(208,122,178); }

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

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

 span { border-color: rgb(208,122,178); }

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