#D075AE

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

Shades of Hopbush #D075AE

Tints of Hopbush #D075AE

Color information

#D075AE (or 0xD075AE) is unknown color: approx Hopbush. HEX triplet: D0, 75 and AE. RGB value is (208,117,174). Sum of RGB (Red+Green+Blue) = 208+117+174=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D075AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D075AE is #2F8A51. Grayscale: #969696. Windows color (decimal): -3115602 or 11433424. OLE color: 11433424.

HSL color Cylindrical-coordinate representation of color #D075AE: hue angle of 322.42º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D075AE is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB208117174-
CMYK00.440.160.18
HSL322.42º49.19%63.73%-
HSV(B)322.42º43.75%81.57%-
XYZ40.0129.1943.57-
YUV150.71141.15168.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.68%
GREEN value IS 117 (46.09% from 255) = 23.45%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=41.68%
G=23.45%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811717400.440.160.18322.4249.1963.73
HexD075AE02C10121423140
Octal320165256054202250261100
Binary11010000111010110101110010110010000100101010000101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D075AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D075AE; }

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

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

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

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

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

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

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

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