#D07A9C

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

Shades of Hopbush #D07A9C

Tints of Hopbush #D07A9C

Color information

#D07A9C (or 0xD07A9C) is unknown color: approx Hopbush. HEX triplet: D0, 7A and 9C. RGB value is (208,122,156). Sum of RGB (Red+Green+Blue) = 208+122+156=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07A9C is #2F8563. Grayscale: #979797. Windows color (decimal): -3114340 or 10255056. OLE color: 10255056.

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

Color convert

RGB208122156-
CMYK00.410.250.18
HSL336.28º47.78%64.71%-
HSV(B)336.28º41.35%81.57%-
XYZ38.9729.7335.14-
YUV151.59130.49168.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.80%
GREEN value IS 122 (48.05% from 255) = 25.10%
BLUE value IS 156 (61.33% from 255) = 32.10%
R=42.80%
G=25.10%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812215600.410.250.18336.2847.7864.71
HexD07A9C02919121503041
Octal320172234051312252060101
Binary11010000111101010011100010100111001100101010100001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07A9C; }

 p { color: rgb(208,122,156); }

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

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

 a { background-color: rgb(208,122,156); }

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

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

 span { border-color: rgb(208,122,156); }

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