#D0759F

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

Shades of Hopbush #D0759F

Tints of Hopbush #D0759F

Color information

#D0759F (or 0xD0759F) is unknown color: approx Hopbush. HEX triplet: D0, 75 and 9F. RGB value is (208,117,159). Sum of RGB (Red+Green+Blue) = 208+117+159=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0759F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0759F is #2F8A60. Grayscale: #949494. Windows color (decimal): -3115617 or 10450384. OLE color: 10450384.

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

Color convert

RGB208117159-
CMYK00.440.240.18
HSL332.31º49.19%63.73%-
HSV(B)332.31º43.75%81.57%-
XYZ38.6328.6436.29-
YUV149133.65170.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.98%
GREEN value IS 117 (46.09% from 255) = 24.17%
BLUE value IS 159 (62.5% from 255) = 32.85%
R=42.98%
G=24.17%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811715900.440.240.18332.3149.1963.73
HexD0759F02C181214c3140
Octal320165237054302251461100
Binary11010000111010110011111010110011000100101010011001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0759F; }

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

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

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

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

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

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

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

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