#D07AAD

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

Shades of Hopbush #D07AAD

Tints of Hopbush #D07AAD

Color information

#D07AAD (or 0xD07AAD) is unknown color: approx Hopbush. HEX triplet: D0, 7A and AD. RGB value is (208,122,173). Sum of RGB (Red+Green+Blue) = 208+122+173=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D07AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07AAD is #2F8552. Grayscale: #999999. Windows color (decimal): -3114323 or 11369168. OLE color: 11369168.

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

Color convert

RGB208122173-
CMYK00.410.170.18
HSL324.42º47.78%64.71%-
HSV(B)324.42º41.35%81.57%-
XYZ40.5130.3543.26-
YUV153.53138.99166.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.35%
GREEN value IS 122 (48.05% from 255) = 24.25%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=41.35%
G=24.25%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812217300.410.170.18324.4247.7864.71
HexD07AAD02911121443041
Octal320172255051212250460101
Binary11010000111101010101101010100110001100101010001001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07AAD; }

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

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

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

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

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

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

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

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