#D56B93

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

Shades of Hopbush #D56B93

Tints of Hopbush #D56B93

Color information

#D56B93 (or 0xD56B93) is unknown color: approx Hopbush. HEX triplet: D5, 6B and 93. RGB value is (213,107,147). Sum of RGB (Red+Green+Blue) = 213+107+147=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56B93 is #2A946C. Grayscale: #8F8F8F. Windows color (decimal): -2790509 or 9661397. OLE color: 9661397.

HSL color Cylindrical-coordinate representation of color #D56B93: hue angle of 337.36º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56B93 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213107147-
CMYK00.500.310.16
HSL337.36º55.79%62.75%-
HSV(B)337.36º49.77%83.53%-
XYZ37.9626.7730.77-
YUV143.25130.12177.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 107 (42.19% from 255) = 22.91%
BLUE value IS 147 (57.81% from 255) = 31.48%
R=45.61%
G=22.91%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310714700.500.310.16337.3655.7962.75
HexD56B930321F10151383f
Octal32515322306237205217077
Binary1101010111010111001001101100101111110000101010001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56B93; }

 p { color: rgb(213,107,147); }

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

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

 a { background-color: rgb(213,107,147); }

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

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

 span { border-color: rgb(213,107,147); }

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