#D0678A

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

Shades of Hopbush #D0678A

Tints of Hopbush #D0678A

Color information

#D0678A (or 0xD0678A) is unknown color: approx Hopbush. HEX triplet: D0, 67 and 8A. RGB value is (208,103,138). Sum of RGB (Red+Green+Blue) = 208+103+138=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0678A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0678A is #2F9875. Grayscale: #8A8A8A. Windows color (decimal): -3119222 or 9070544. OLE color: 9070544.

HSL color Cylindrical-coordinate representation of color #D0678A: hue angle of 340º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0678A is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB208103138-
CMYK00.500.340.18
HSL340º52.76%60.98%-
HSV(B)340º50.48%81.57%-
XYZ35.4524.9526.99-
YUV138.38127.79177.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.33%
GREEN value IS 103 (40.62% from 255) = 22.94%
BLUE value IS 138 (54.30% from 255) = 30.73%
R=46.33%
G=22.94%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810313800.500.340.1834052.7660.98
HexD0678A0322212154353d
Octal32014721206242225246575
Binary11010000110011110001010011001010001010010101010100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0678A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0678A; }

 p { color: rgb(208,103,138); }

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

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

 a { background-color: rgb(208,103,138); }

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

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

 span { border-color: rgb(208,103,138); }

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