#D0749D

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

Shades of Hopbush #D0749D

Tints of Hopbush #D0749D

Color information

#D0749D (or 0xD0749D) is unknown color: approx Hopbush. HEX triplet: D0, 74 and 9D. RGB value is (208,116,157). Sum of RGB (Red+Green+Blue) = 208+116+157=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0749D is #2F8B62. Grayscale: #949494. Windows color (decimal): -3115875 or 10319056. OLE color: 10319056.

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

Color convert

RGB208116157-
CMYK00.440.250.18
HSL333.26º49.46%63.53%-
HSV(B)333.26º44.23%81.57%-
XYZ38.3428.3435.35-
YUV148.18132.98170.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.24%
GREEN value IS 116 (45.70% from 255) = 24.12%
BLUE value IS 157 (61.72% from 255) = 32.64%
R=43.24%
G=24.12%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811615700.440.250.18333.2649.4663.53
HexD0749D02C191214d3140
Octal320164235054312251561100
Binary11010000111010010011101010110011001100101010011011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0749D; }

 p { color: rgb(208,116,157); }

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

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

 a { background-color: rgb(208,116,157); }

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

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

 span { border-color: rgb(208,116,157); }

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