#D0749E

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

Shades of Hopbush #D0749E

Tints of Hopbush #D0749E

Color information

#D0749E (or 0xD0749E) is unknown color: approx Hopbush. HEX triplet: D0, 74 and 9E. RGB value is (208,116,158). Sum of RGB (Red+Green+Blue) = 208+116+158=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0749E is #2F8B61. Grayscale: #949494. Windows color (decimal): -3115874 or 10384592. OLE color: 10384592.

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

Color convert

RGB208116158-
CMYK00.440.240.18
HSL332.61º49.46%63.53%-
HSV(B)332.61º44.23%81.57%-
XYZ38.4328.3735.8-
YUV148.3133.48170.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.15%
GREEN value IS 116 (45.70% from 255) = 24.07%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=43.15%
G=24.07%
B=32.78%

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
Decimal20811615800.440.240.18332.6149.4663.53
HexD0749E02C181214d3140
Octal320164236054302251561100
Binary11010000111010010011110010110011000100101010011011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0749E; }

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

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

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

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

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

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

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

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