#D15E8A

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

Shades of Hopbush #D15E8A

Tints of Hopbush #D15E8A

Color information

#D15E8A (or 0xD15E8A) is unknown color: approx Hopbush. HEX triplet: D1, 5E and 8A. RGB value is (209,94,138). Sum of RGB (Red+Green+Blue) = 209+94+138=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15E8A is #2EA175. Grayscale: #858585. Windows color (decimal): -3055990 or 9068241. OLE color: 9068241.

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

Color convert

RGB20994138-
CMYK00.550.340.18
HSL337.04º55.56%59.41%-
HSV(B)337.04º55.02%81.96%-
XYZ34.8823.426.72-
YUV133.4130.6181.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.39%
GREEN value IS 94 (37.11% from 255) = 21.32%
BLUE value IS 138 (54.30% from 255) = 31.29%
R=47.39%
G=21.32%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099413800.550.340.18337.0455.5659.41
HexD15E8A0372212151383b
Octal32113621206742225217073
Binary11010001101111010001010011011110001010010101010001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15E8A; }

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

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

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

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

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

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

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

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