#D0679D

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

Shades of Hopbush #D0679D

Tints of Hopbush #D0679D

Color information

#D0679D (or 0xD0679D) is unknown color: approx Hopbush. HEX triplet: D0, 67 and 9D. RGB value is (208,103,157). Sum of RGB (Red+Green+Blue) = 208+103+157=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0679D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0679D is #2F9862. Grayscale: #8C8C8C. Windows color (decimal): -3119203 or 10315728. OLE color: 10315728.

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

Color convert

RGB208103157-
CMYK00.500.250.18
HSL329.14º52.76%60.98%-
HSV(B)329.14º50.48%81.57%-
XYZ36.9525.5434.88-
YUV140.55137.29176.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.44%
GREEN value IS 103 (40.62% from 255) = 22.01%
BLUE value IS 157 (61.72% from 255) = 33.55%
R=44.44%
G=22.01%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810315700.500.250.18329.1452.7660.98
HexD0679D0321912149353d
Octal32014723506231225116575
Binary1101000011001111001110101100101100110010101001001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0679D; }

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

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

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

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

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

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

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

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