#D75E91

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

Shades of Hopbush #D75E91

Tints of Hopbush #D75E91

Color information

#D75E91 (or 0xD75E91) is unknown color: approx Hopbush. HEX triplet: D7, 5E and 91. RGB value is (215,94,145). Sum of RGB (Red+Green+Blue) = 215+94+145=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75E91 is #28A16E. Grayscale: #878787. Windows color (decimal): -2662767 or 9526999. OLE color: 9526999.

HSL color Cylindrical-coordinate representation of color #D75E91: hue angle of 334.71º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75E91 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB21594145-
CMYK00.560.330.16
HSL334.71º60.2%60.59%-
HSV(B)334.71º56.28%84.31%-
XYZ37.1424.529.56-
YUV135.99133.09184.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.36%
GREEN value IS 94 (37.11% from 255) = 20.70%
BLUE value IS 145 (57.03% from 255) = 31.94%
R=47.36%
G=20.70%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159414500.560.330.16334.7160.260.59
HexD75E91038211014f3c3d
Octal32713622107041205177475
Binary11010111101111010010001011100010000110000101001111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75E91; }

 p { color: rgb(215,94,145); }

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

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

 a { background-color: rgb(215,94,145); }

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

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

 span { border-color: rgb(215,94,145); }

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