#D75EAE

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

Shades of Hopbush #D75EAE

Tints of Hopbush #D75EAE

Color information

#D75EAE (or 0xD75EAE) is unknown color: approx Hopbush. HEX triplet: D7, 5E and AE. RGB value is (215,94,174). Sum of RGB (Red+Green+Blue) = 215+94+174=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D75EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75EAE is #28A151. Grayscale: #8B8B8B. Windows color (decimal): -2662738 or 11427543. OLE color: 11427543.

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

Color convert

RGB21594174-
CMYK00.560.190.16
HSL320.33º60.2%60.59%-
HSV(B)320.33º56.28%84.31%-
XYZ39.6725.5142.88-
YUV139.3147.59182-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.51%
GREEN value IS 94 (37.11% from 255) = 19.46%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=44.51%
G=19.46%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159417400.560.190.16320.3360.260.59
HexD75EAE03813101403c3d
Octal32713625607023205007475
Binary1101011110111101010111001110001001110000101000000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75EAE; }

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

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

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

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

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

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

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

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