#D56092

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

Shades of Hopbush #D56092

Tints of Hopbush #D56092

Color information

#D56092 (or 0xD56092) is unknown color: approx Hopbush. HEX triplet: D5, 60 and 92. RGB value is (213,96,146). Sum of RGB (Red+Green+Blue) = 213+96+146=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D56092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56092 is #2A9F6D. Grayscale: #888888. Windows color (decimal): -2793326 or 9593045. OLE color: 9593045.

HSL color Cylindrical-coordinate representation of color #D56092: hue angle of 334.36º 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 #D56092 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB21396146-
CMYK00.550.310.16
HSL334.36º58.21%60.59%-
HSV(B)334.36º54.93%83.53%-
XYZ36.8124.5930-
YUV136.68133.26182.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.81%
GREEN value IS 96 (37.89% from 255) = 21.10%
BLUE value IS 146 (57.42% from 255) = 32.09%
R=46.81%
G=21.10%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139614600.550.310.16334.3658.2160.59
HexD560920371F1014e3a3d
Octal32514022206737205167275
Binary1101010111000001001001001101111111110000101001110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56092; }

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

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

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

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

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

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

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

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