#D75E94

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

Shades of Hopbush #D75E94

Tints of Hopbush #D75E94

Color information

#D75E94 (or 0xD75E94) is unknown color: approx Hopbush. HEX triplet: D7, 5E and 94. RGB value is (215,94,148). Sum of RGB (Red+Green+Blue) = 215+94+148=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75E94 is #28A16B. Grayscale: #888888. Windows color (decimal): -2662764 or 9723607. OLE color: 9723607.

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

Color convert

RGB21594148-
CMYK00.560.310.16
HSL333.22º60.2%60.59%-
HSV(B)333.22º56.28%84.31%-
XYZ37.3724.5930.79-
YUV136.33134.59184.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.05%
GREEN value IS 94 (37.11% from 255) = 20.57%
BLUE value IS 148 (58.20% from 255) = 32.39%
R=47.05%
G=20.57%
B=32.39%

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
Decimal2159414800.560.310.16333.2260.260.59
HexD75E940381F1014d3c3d
Octal32713622407037205157475
Binary1101011110111101001010001110001111110000101001101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75E94; }

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

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

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

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

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

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

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

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