#D15EAC

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

Shades of Hopbush #D15EAC

Tints of Hopbush #D15EAC

Color information

#D15EAC (or 0xD15EAC) is unknown color: approx Hopbush. HEX triplet: D1, 5E and AC. RGB value is (209,94,172). Sum of RGB (Red+Green+Blue) = 209+94+172=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D15EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15EAC is #2EA153. Grayscale: #898989. Windows color (decimal): -3055956 or 11296465. OLE color: 11296465.

HSL color Cylindrical-coordinate representation of color #D15EAC: hue angle of 319.3º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15EAC is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB20994172-
CMYK00.550.180.18
HSL319.3º55.56%59.41%-
HSV(B)319.3º55.02%81.96%-
XYZ37.7424.5441.78-
YUV137.28147.6179.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44%
GREEN value IS 94 (37.11% from 255) = 19.79%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=44%
G=19.79%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099417200.550.180.18319.355.5659.41
HexD15EAC037121213f383b
Octal32113625406722224777073
Binary1101000110111101010110001101111001010010100111111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15EAC; }

 p { color: rgb(209,94,172); }

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

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

 a { background-color: rgb(209,94,172); }

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

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

 span { border-color: rgb(209,94,172); }

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