#D15E95

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

Shades of Hopbush #D15E95

Tints of Hopbush #D15E95

Color information

#D15E95 (or 0xD15E95) is unknown color: approx Hopbush. HEX triplet: D1, 5E and 95. RGB value is (209,94,149). Sum of RGB (Red+Green+Blue) = 209+94+149=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15E95 is #2EA16A. Grayscale: #868686. Windows color (decimal): -3055979 or 9789137. OLE color: 9789137.

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

Color convert

RGB20994149-
CMYK00.550.290.18
HSL331.3º55.56%59.41%-
HSV(B)331.3º55.02%81.96%-
XYZ35.7223.7331.13-
YUV134.66136.1181.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.24%
GREEN value IS 94 (37.11% from 255) = 20.80%
BLUE value IS 149 (58.59% from 255) = 32.96%
R=46.24%
G=20.80%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099414900.550.290.18331.355.5659.41
HexD15E950371D1214b383b
Octal32113622506735225137073
Binary1101000110111101001010101101111110110010101001011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15E95; }

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

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

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

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

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

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

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

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