#D0739A

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

Shades of Hopbush #D0739A

Tints of Hopbush #D0739A

Color information

#D0739A (or 0xD0739A) is unknown color: approx Hopbush. HEX triplet: D0, 73 and 9A. RGB value is (208,115,154). Sum of RGB (Red+Green+Blue) = 208+115+154=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D0739A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0739A is #2F8C65. Grayscale: #939393. Windows color (decimal): -3116134 or 10122192. OLE color: 10122192.

HSL color Cylindrical-coordinate representation of color #D0739A: hue angle of 334.84º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0739A is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB208115154-
CMYK00.450.260.18
HSL334.84º49.73%63.33%-
HSV(B)334.84º44.71%81.57%-
XYZ37.982833.98-
YUV147.25131.81171.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.61%
GREEN value IS 115 (45.31% from 255) = 24.11%
BLUE value IS 154 (60.55% from 255) = 32.29%
R=43.61%
G=24.11%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811515400.450.260.18334.8449.7363.33
HexD0739A02D1A1214f323f
Octal32016323205532225176277
Binary1101000011100111001101001011011101010010101001111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0739A; }

 p { color: rgb(208,115,154); }

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

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

 a { background-color: rgb(208,115,154); }

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

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

 span { border-color: rgb(208,115,154); }

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