#d56095

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

Shades of Hopbush #D56095

Tints of Hopbush #D56095

Color information

#D56095 (or 0xD56095) is unknown color: approx Hopbush. HEX triplet: D5, 60 and 95. RGB value is (213,96,149). Sum of RGB (Red+Green+Blue) = 213+96+149=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D56095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56095 is #2A9F6A. Grayscale: #888888. Windows color (decimal): -2793323 or 9789653. OLE color: 9789653.

HSL color Cylindrical-coordinate representation of color #D56095: hue angle of 332.82º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D56095 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB21396149-
CMYK00.550.300.16
HSL332.82º58.21%60.59%-
HSV(B)332.82º54.93%83.53%-
XYZ37.0524.6831.25-
YUV137.02134.76182.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.51%
GREEN value IS 96 (37.89% from 255) = 20.96%
BLUE value IS 149 (58.59% from 255) = 32.53%
R=46.51%
G=20.96%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139614900.550.300.16332.8258.2160.59
HexD560950371E1014d3a3d
Octal32514022506736205157275
Binary1101010111000001001010101101111111010000101001101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d56095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d56095; }

 p { color: rgb(213,96,149); }

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

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

 a { background-color: rgb(213,96,149); }

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

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

 span { border-color: rgb(213,96,149); }

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