#D07CAC

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

Shades of Hopbush #D07CAC

Tints of Hopbush #D07CAC

Color information

#D07CAC (or 0xD07CAC) is unknown color: approx Hopbush. HEX triplet: D0, 7C and AC. RGB value is (208,124,172). Sum of RGB (Red+Green+Blue) = 208+124+172=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07CAC is #2F8353. Grayscale: #9A9A9A. Windows color (decimal): -3113812 or 11304144. OLE color: 11304144.

HSL color Cylindrical-coordinate representation of color #D07CAC: hue angle of 325.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07CAC is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB208124172-
CMYK00.400.170.18
HSL325.71º47.19%65.1%-
HSV(B)325.71º40.38%81.57%-
XYZ40.6730.842.83-
YUV154.59137.83166.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.27%
GREEN value IS 124 (48.83% from 255) = 24.60%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=41.27%
G=24.60%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812417200.400.170.18325.7147.1965.1
HexD07CAC02811121462f41
Octal320174254050212250657101
Binary11010000111110010101100010100010001100101010001101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07CAC; }

 p { color: rgb(208,124,172); }

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

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

 a { background-color: rgb(208,124,172); }

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

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

 span { border-color: rgb(208,124,172); }

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