#D07291

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

Shades of Hopbush #D07291

Tints of Hopbush #D07291

Color information

#D07291 (or 0xD07291) is unknown color: approx Hopbush. HEX triplet: D0, 72 and 91. RGB value is (208,114,145). Sum of RGB (Red+Green+Blue) = 208+114+145=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D07291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07291 is #2F8D6E. Grayscale: #919191. Windows color (decimal): -3116399 or 9532112. OLE color: 9532112.

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

Color convert

RGB208114145-
CMYK00.450.300.18
HSL340.21º50%63.14%-
HSV(B)340.21º45.19%81.57%-
XYZ37.1427.4930.14-
YUV145.64127.64172.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.54%
GREEN value IS 114 (44.92% from 255) = 24.41%
BLUE value IS 145 (57.03% from 255) = 31.05%
R=44.54%
G=24.41%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811414500.450.300.18340.215063.14
HexD0729102D1E12154323f
Octal32016222105536225246277
Binary1101000011100101001000101011011111010010101010100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07291; }

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

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

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

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

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

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

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

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