#D078AB

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

Shades of Hopbush #D078AB

Tints of Hopbush #D078AB

Color information

#D078AB (or 0xD078AB) is unknown color: approx Hopbush. HEX triplet: D0, 78 and AB. RGB value is (208,120,171). Sum of RGB (Red+Green+Blue) = 208+120+171=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D078AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D078AB is #2F8754. Grayscale: #989898. Windows color (decimal): -3114837 or 11237584. OLE color: 11237584.

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

Color convert

RGB208120171-
CMYK00.420.180.18
HSL325.23º48.35%64.31%-
HSV(B)325.23º42.31%81.57%-
XYZ40.0829.7842.16-
YUV152.13138.65167.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.68%
GREEN value IS 120 (47.27% from 255) = 24.05%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=41.68%
G=24.05%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812017100.420.180.18325.2348.3564.31
HexD078AB02A12121453040
Octal320170253052222250560100
Binary11010000111100010101011010101010010100101010001011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D078AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D078AB; }

 p { color: rgb(208,120,171); }

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

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

 a { background-color: rgb(208,120,171); }

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

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

 span { border-color: rgb(208,120,171); }

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