#D15EA2

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

Shades of Hopbush #D15EA2

Tints of Hopbush #D15EA2

Color information

#D15EA2 (or 0xD15EA2) is unknown color: approx Hopbush. HEX triplet: D1, 5E and A2. RGB value is (209,94,162). Sum of RGB (Red+Green+Blue) = 209+94+162=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D15EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15EA2 is #2EA15D. Grayscale: #878787. Windows color (decimal): -3055966 or 10641105. OLE color: 10641105.

HSL color Cylindrical-coordinate representation of color #D15EA2: hue angle of 324.52º 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 #D15EA2 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB20994162-
CMYK00.550.220.18
HSL324.52º55.56%59.41%-
HSV(B)324.52º55.02%81.96%-
XYZ36.8224.1736.91-
YUV136.14142.6179.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.95%
GREEN value IS 94 (37.11% from 255) = 20.22%
BLUE value IS 162 (63.67% from 255) = 34.84%
R=44.95%
G=20.22%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099416200.550.220.18324.5255.5659.41
HexD15EA20371612145383b
Octal32113624206726225057073
Binary1101000110111101010001001101111011010010101000101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15EA2; }

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

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

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

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

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

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

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

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