#D078A7

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

Shades of Hopbush #D078A7

Tints of Hopbush #D078A7

Color information

#D078A7 (or 0xD078A7) is unknown color: approx Hopbush. HEX triplet: D0, 78 and A7. RGB value is (208,120,167). Sum of RGB (Red+Green+Blue) = 208+120+167=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D078A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D078A7 is #2F8758. Grayscale: #979797. Windows color (decimal): -3114841 or 10975440. OLE color: 10975440.

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

Color convert

RGB208120167-
CMYK00.420.200.18
HSL327.95º48.35%64.31%-
HSV(B)327.95º42.31%81.57%-
XYZ39.729.6340.19-
YUV151.67136.65168.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.02%
GREEN value IS 120 (47.27% from 255) = 24.24%
BLUE value IS 167 (65.62% from 255) = 33.74%
R=42.02%
G=24.24%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812016700.420.200.18327.9548.3564.31
HexD078A702A14121483040
Octal320170247052242251060100
Binary11010000111100010100111010101010100100101010010001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D078A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D078A7; }

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

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

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

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

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

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

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

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