#D75A94

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

Shades of Hopbush #D75A94

Tints of Hopbush #D75A94

Color information

#D75A94 (or 0xD75A94) is unknown color: approx Hopbush. HEX triplet: D7, 5A and 94. RGB value is (215,90,148). Sum of RGB (Red+Green+Blue) = 215+90+148=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75A94 is #28A56B. Grayscale: #858585. Windows color (decimal): -2663788 or 9722583. OLE color: 9722583.

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

Color convert

RGB21590148-
CMYK00.580.310.16
HSL332.16º60.98%59.8%-
HSV(B)332.16º58.14%84.31%-
XYZ37.0323.930.68-
YUV133.99135.91185.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.46%
GREEN value IS 90 (35.55% from 255) = 19.87%
BLUE value IS 148 (58.20% from 255) = 32.67%
R=47.46%
G=19.87%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159014800.580.310.16332.1660.9859.8
HexD75A9403A1F1014c3d3c
Octal32713222407237205147574
Binary1101011110110101001010001110101111110000101001100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75A94; }

 p { color: rgb(215,90,148); }

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

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

 a { background-color: rgb(215,90,148); }

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

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

 span { border-color: rgb(215,90,148); }

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