#D15E8D

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

Shades of Hopbush #D15E8D

Tints of Hopbush #D15E8D

Color information

#D15E8D (or 0xD15E8D) is unknown color: approx Hopbush. HEX triplet: D1, 5E and 8D. RGB value is (209,94,141). Sum of RGB (Red+Green+Blue) = 209+94+141=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15E8D is #2EA172. Grayscale: #858585. Windows color (decimal): -3055987 or 9264849. OLE color: 9264849.

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

Color convert

RGB20994141-
CMYK00.550.330.18
HSL335.48º55.56%59.41%-
HSV(B)335.48º55.02%81.96%-
XYZ35.123.4827.88-
YUV133.74132.1181.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.07%
GREEN value IS 94 (37.11% from 255) = 21.17%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=47.07%
G=21.17%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099414100.550.330.18335.4855.5659.41
HexD15E8D037211214f383b
Octal32113621506741225177073
Binary11010001101111010001101011011110000110010101001111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15E8D; }

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

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

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

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

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

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

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

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