#d075a2

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

Shades of Hopbush #D075A2

Tints of Hopbush #D075A2

Color information

#D075A2 (or 0xD075A2) is unknown color: approx Hopbush. HEX triplet: D0, 75 and A2. RGB value is (208,117,162). Sum of RGB (Red+Green+Blue) = 208+117+162=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D075A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D075A2 is #2F8A5D. Grayscale: #959595. Windows color (decimal): -3115614 or 10646992. OLE color: 10646992.

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

Color convert

RGB208117162-
CMYK00.440.220.18
HSL330.33º49.19%63.73%-
HSV(B)330.33º43.75%81.57%-
XYZ38.928.7437.68-
YUV149.34135.15169.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.71%
GREEN value IS 117 (46.09% from 255) = 24.02%
BLUE value IS 162 (63.67% from 255) = 33.26%
R=42.71%
G=24.02%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811716200.440.220.18330.3349.1963.73
HexD075A202C161214a3140
Octal320165242054262251261100
Binary11010000111010110100010010110010110100101010010101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d075a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d075a2; }

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

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

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

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

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

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

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

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