#D07594

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

Shades of Hopbush #D07594

Tints of Hopbush #D07594

Color information

#D07594 (or 0xD07594) is unknown color: approx Hopbush. HEX triplet: D0, 75 and 94. RGB value is (208,117,148). Sum of RGB (Red+Green+Blue) = 208+117+148=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D07594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07594 is #2F8A6B. Grayscale: #939393. Windows color (decimal): -3115628 or 9729488. OLE color: 9729488.

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

Color convert

RGB208117148-
CMYK00.440.290.18
HSL339.56º49.19%63.73%-
HSV(B)339.56º43.75%81.57%-
XYZ37.7228.2731.49-
YUV147.74128.15170.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 117 (46.09% from 255) = 24.74%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=43.97%
G=24.74%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811714800.440.290.18339.5649.1963.73
HexD0759402C1D121543140
Octal320165224054352252461100
Binary11010000111010110010100010110011101100101010101001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07594; }

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

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

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

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

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

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

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

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