#D75E95

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

Shades of Hopbush #D75E95

Tints of Hopbush #D75E95

Color information

#D75E95 (or 0xD75E95) is unknown color: approx Hopbush. HEX triplet: D7, 5E and 95. RGB value is (215,94,149). Sum of RGB (Red+Green+Blue) = 215+94+149=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75E95 is #28A16A. Grayscale: #888888. Windows color (decimal): -2662763 or 9789143. OLE color: 9789143.

HSL color Cylindrical-coordinate representation of color #D75E95: hue angle of 332.73º 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 #D75E95 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB21594149-
CMYK00.560.310.16
HSL332.73º60.2%60.59%-
HSV(B)332.73º56.28%84.31%-
XYZ37.4524.6231.21-
YUV136.45135.09184.03-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.94%
GREEN value IS 94 (37.11% from 255) = 20.52%
BLUE value IS 149 (58.59% from 255) = 32.53%
R=46.94%
G=20.52%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159414900.560.310.16332.7360.260.59
HexD75E950381F1014d3c3d
Octal32713622507037205157475
Binary1101011110111101001010101110001111110000101001101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75E95; }

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

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

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

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

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

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

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

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