#D07295

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

Shades of Hopbush #D07295

Tints of Hopbush #D07295

Color information

#D07295 (or 0xD07295) is unknown color: approx Hopbush. HEX triplet: D0, 72 and 95. RGB value is (208,114,149). Sum of RGB (Red+Green+Blue) = 208+114+149=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D07295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07295 is #2F8D6A. Grayscale: #929292. Windows color (decimal): -3116395 or 9794256. OLE color: 9794256.

HSL color Cylindrical-coordinate representation of color #D07295: hue angle of 337.66º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07295 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB208114149-
CMYK00.450.280.18
HSL337.66º50%63.14%-
HSV(B)337.66º45.19%81.57%-
XYZ37.4527.6131.79-
YUV146.1129.64172.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.16%
GREEN value IS 114 (44.92% from 255) = 24.20%
BLUE value IS 149 (58.59% from 255) = 31.63%
R=44.16%
G=24.20%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811414900.450.280.18337.665063.14
HexD0729502D1C12152323f
Octal32016222505534225226277
Binary1101000011100101001010101011011110010010101010010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07295; }

 p { color: rgb(208,114,149); }

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

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

 a { background-color: rgb(208,114,149); }

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

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

 span { border-color: rgb(208,114,149); }

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