#D06790

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

Shades of Hopbush #D06790

Tints of Hopbush #D06790

Color information

#D06790 (or 0xD06790) is unknown color: approx Hopbush. HEX triplet: D0, 67 and 90. RGB value is (208,103,144). Sum of RGB (Red+Green+Blue) = 208+103+144=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D06790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06790 is #2F986F. Grayscale: #8B8B8B. Windows color (decimal): -3119216 or 9463760. OLE color: 9463760.

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

Color convert

RGB208103144-
CMYK00.500.310.18
HSL336.57º52.76%60.98%-
HSV(B)336.57º50.48%81.57%-
XYZ35.925.1229.34-
YUV139.07130.79177.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 103 (40.62% from 255) = 22.64%
BLUE value IS 144 (56.64% from 255) = 31.65%
R=45.71%
G=22.64%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810314400.500.310.18336.5752.7660.98
HexD067900321F12151353d
Octal32014722006237225216575
Binary1101000011001111001000001100101111110010101010001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06790; }

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

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

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

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

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

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

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

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