#D075AC

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

Shades of Hopbush #D075AC

Tints of Hopbush #D075AC

Color information

#D075AC (or 0xD075AC) is unknown color: approx Hopbush. HEX triplet: D0, 75 and AC. RGB value is (208,117,172). Sum of RGB (Red+Green+Blue) = 208+117+172=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D075AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D075AC is #2F8A53. Grayscale: #969696. Windows color (decimal): -3115604 or 11302352. OLE color: 11302352.

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

Color convert

RGB208117172-
CMYK00.440.170.18
HSL323.74º49.19%63.73%-
HSV(B)323.74º43.75%81.57%-
XYZ39.8229.1142.55-
YUV150.48140.15169.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.85%
GREEN value IS 117 (46.09% from 255) = 23.54%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=41.85%
G=23.54%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811717200.440.170.18323.7449.1963.73
HexD075AC02C11121443140
Octal320165254054212250461100
Binary11010000111010110101100010110010001100101010001001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D075AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D075AC; }

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

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

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

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

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

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

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

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