#D073AD

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

Shades of Hopbush #D073AD

Tints of Hopbush #D073AD

Color information

#D073AD (or 0xD073AD) is unknown color: approx Hopbush. HEX triplet: D0, 73 and AD. RGB value is (208,115,173). Sum of RGB (Red+Green+Blue) = 208+115+173=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D073AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D073AD is #2F8C52. Grayscale: #959595. Windows color (decimal): -3116115 or 11367376. OLE color: 11367376.

HSL color Cylindrical-coordinate representation of color #D073AD: hue angle of 322.58º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D073AD is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB208115173-
CMYK00.450.170.18
HSL322.58º49.73%63.33%-
HSV(B)322.58º44.71%81.57%-
XYZ39.6928.6942.98-
YUV149.42141.31169.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.94%
GREEN value IS 115 (45.31% from 255) = 23.19%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=41.94%
G=23.19%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811517300.450.170.18322.5849.7363.33
HexD073AD02D1112143323f
Octal32016325505521225036277
Binary1101000011100111010110101011011000110010101000011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D073AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D073AD; }

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

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

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

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

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

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

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

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