#D07AAE

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

Shades of Hopbush #D07AAE

Tints of Hopbush #D07AAE

Color information

#D07AAE (or 0xD07AAE) is unknown color: approx Hopbush. HEX triplet: D0, 7A and AE. RGB value is (208,122,174). Sum of RGB (Red+Green+Blue) = 208+122+174=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D07AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07AAE is #2F8551. Grayscale: #999999. Windows color (decimal): -3114322 or 11434704. OLE color: 11434704.

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

Color convert

RGB208122174-
CMYK00.410.160.18
HSL323.72º47.78%64.71%-
HSV(B)323.72º41.35%81.57%-
XYZ40.6130.3843.77-
YUV153.64139.49166.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.27%
GREEN value IS 122 (48.05% from 255) = 24.21%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=41.27%
G=24.21%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812217400.410.160.18323.7247.7864.71
HexD07AAE02910121443041
Octal320172256051202250460101
Binary11010000111101010101110010100110000100101010001001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07AAE; }

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

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

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

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

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

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

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

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