#D0769F

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

Shades of Hopbush #D0769F

Tints of Hopbush #D0769F

Color information

#D0769F (or 0xD0769F) is unknown color: approx Hopbush. HEX triplet: D0, 76 and 9F. RGB value is (208,118,159). Sum of RGB (Red+Green+Blue) = 208+118+159=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D0769F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0769F is #2F8960. Grayscale: #959595. Windows color (decimal): -3115361 or 10450640. OLE color: 10450640.

HSL color Cylindrical-coordinate representation of color #D0769F: hue angle of 332.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0769F is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB208118159-
CMYK00.430.240.18
HSL332.67º48.91%63.92%-
HSV(B)332.67º43.27%81.57%-
XYZ38.7528.8736.33-
YUV149.58133.32169.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.89%
GREEN value IS 118 (46.48% from 255) = 24.33%
BLUE value IS 159 (62.5% from 255) = 32.78%
R=42.89%
G=24.33%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811815900.430.240.18332.6748.9163.92
HexD0769F02B181214d3140
Octal320166237053302251561100
Binary11010000111011010011111010101111000100101010011011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0769F; }

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

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

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

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

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

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

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

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