#d07b9c

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

Shades of Hopbush #D07B9C

Tints of Hopbush #D07B9C

Color information

#D07B9C (or 0xD07B9C) is unknown color: approx Hopbush. HEX triplet: D0, 7B and 9C. RGB value is (208,123,156). Sum of RGB (Red+Green+Blue) = 208+123+156=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07B9C is #2F8463. Grayscale: #989898. Windows color (decimal): -3114084 or 10255312. OLE color: 10255312.

HSL color Cylindrical-coordinate representation of color #D07B9C: hue angle of 336.71º degrees, saturation: 0.47, 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 #D07B9C is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB208123156-
CMYK00.410.250.18
HSL336.71º47.49%64.9%-
HSV(B)336.71º40.87%81.57%-
XYZ39.129.9835.18-
YUV152.18130.16167.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.71%
GREEN value IS 123 (48.44% from 255) = 25.26%
BLUE value IS 156 (61.33% from 255) = 32.03%
R=42.71%
G=25.26%
B=32.03%

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
Decimal20812315600.410.250.18336.7147.4964.9
HexD07B9C02919121512f41
Octal320173234051312252157101
Binary11010000111101110011100010100111001100101010100011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d07b9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d07b9c; }

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

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

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

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

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

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

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

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