#D07595

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

Shades of Hopbush #D07595

Tints of Hopbush #D07595

Color information

#D07595 (or 0xD07595) is unknown color: approx Hopbush. HEX triplet: D0, 75 and 95. RGB value is (208,117,149). Sum of RGB (Red+Green+Blue) = 208+117+149=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D07595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07595 is #2F8A6A. Grayscale: #939393. Windows color (decimal): -3115627 or 9795024. OLE color: 9795024.

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

Color convert

RGB208117149-
CMYK00.440.280.18
HSL338.9º49.19%63.73%-
HSV(B)338.9º43.75%81.57%-
XYZ37.828.331.9-
YUV147.86128.65170.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.88%
GREEN value IS 117 (46.09% from 255) = 24.68%
BLUE value IS 149 (58.59% from 255) = 31.43%
R=43.88%
G=24.68%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811714900.440.280.18338.949.1963.73
HexD0759502C1C121533140
Octal320165225054342252361100
Binary11010000111010110010101010110011100100101010100111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07595; }

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

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

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

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

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

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

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

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