#D15C8F

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

Shades of Hopbush #D15C8F

Tints of Hopbush #D15C8F

Color information

#D15C8F (or 0xD15C8F) is unknown color: approx Hopbush. HEX triplet: D1, 5C and 8F. RGB value is (209,92,143). Sum of RGB (Red+Green+Blue) = 209+92+143=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15C8F is #2EA370. Grayscale: #848484. Windows color (decimal): -3056497 or 9395409. OLE color: 9395409.

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

Color convert

RGB20992143-
CMYK00.560.320.18
HSL333.85º55.98%59.02%-
HSV(B)333.85º55.98%81.96%-
XYZ35.0823.1928.61-
YUV132.8133.76182.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.07%
GREEN value IS 92 (36.33% from 255) = 20.72%
BLUE value IS 143 (56.25% from 255) = 32.21%
R=47.07%
G=20.72%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099214300.560.320.18333.8555.9859.02
HexD15C8F038201214e383b
Octal32113421707040225167073
Binary11010001101110010001111011100010000010010101001110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15C8F; }

 p { color: rgb(209,92,143); }

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

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

 a { background-color: rgb(209,92,143); }

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

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

 span { border-color: rgb(209,92,143); }

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