#D0679F

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

Shades of Hopbush #D0679F

Tints of Hopbush #D0679F

Color information

#D0679F (or 0xD0679F) is unknown color: approx Hopbush. HEX triplet: D0, 67 and 9F. RGB value is (208,103,159). Sum of RGB (Red+Green+Blue) = 208+103+159=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0679F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0679F is #2F9860. Grayscale: #8C8C8C. Windows color (decimal): -3119201 or 10446800. OLE color: 10446800.

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

Color convert

RGB208103159-
CMYK00.500.240.18
HSL328º52.76%60.98%-
HSV(B)328º50.48%81.57%-
XYZ37.1225.6135.79-
YUV140.78138.29175.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.26%
GREEN value IS 103 (40.62% from 255) = 21.91%
BLUE value IS 159 (62.5% from 255) = 33.83%
R=44.26%
G=21.91%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810315900.500.240.1832852.7660.98
HexD0679F0321812148353d
Octal32014723706230225106575
Binary1101000011001111001111101100101100010010101001000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0679F; }

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

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

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

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

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

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

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

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