#D15F92

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

Shades of Hopbush #D15F92

Tints of Hopbush #D15F92

Color information

#D15F92 (or 0xD15F92) is unknown color: approx Hopbush. HEX triplet: D1, 5F and 92. RGB value is (209,95,146). Sum of RGB (Red+Green+Blue) = 209+95+146=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15F92 is #2EA06D. Grayscale: #868686. Windows color (decimal): -3055726 or 9592785. OLE color: 9592785.

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

Color convert

RGB20995146-
CMYK00.550.300.18
HSL333.16º55.34%59.61%-
HSV(B)333.16º54.55%81.96%-
XYZ35.5823.8229.92-
YUV134.9134.27180.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.44%
GREEN value IS 95 (37.5% from 255) = 21.11%
BLUE value IS 146 (57.42% from 255) = 32.44%
R=46.44%
G=21.11%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099514600.550.300.18333.1655.3459.61
HexD15F920371E1214d373c
Octal32113722206736225156774
Binary1101000110111111001001001101111111010010101001101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15F92; }

 p { color: rgb(209,95,146); }

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

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

 a { background-color: rgb(209,95,146); }

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

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

 span { border-color: rgb(209,95,146); }

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