#D15D92

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

Shades of Hopbush #D15D92

Tints of Hopbush #D15D92

Color information

#D15D92 (or 0xD15D92) is unknown color: approx Hopbush. HEX triplet: D1, 5D and 92. RGB value is (209,93,146). Sum of RGB (Red+Green+Blue) = 209+93+146=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15D92 is #2EA26D. Grayscale: #858585. Windows color (decimal): -3056238 or 9592273. OLE color: 9592273.

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

Color convert

RGB20993146-
CMYK00.560.300.18
HSL332.59º55.77%59.22%-
HSV(B)332.59º55.5%81.96%-
XYZ35.423.4629.86-
YUV133.73134.93181.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.65%
GREEN value IS 93 (36.72% from 255) = 20.76%
BLUE value IS 146 (57.42% from 255) = 32.59%
R=46.65%
G=20.76%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099314600.560.300.18332.5955.7759.22
HexD15D920381E1214d383b
Octal32113522207036225157073
Binary1101000110111011001001001110001111010010101001101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15D92; }

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

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

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

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

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

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

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

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