#D56BAB

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

Shades of Hopbush #D56BAB

Tints of Hopbush #D56BAB

Color information

#D56BAB (or 0xD56BAB) is unknown color: approx Hopbush. HEX triplet: D5, 6B and AB. RGB value is (213,107,171). Sum of RGB (Red+Green+Blue) = 213+107+171=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D56BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56BAB is #2A9454. Grayscale: #919191. Windows color (decimal): -2790485 or 11234261. OLE color: 11234261.

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

Color convert

RGB213107171-
CMYK00.500.200.16
HSL323.77º55.79%62.75%-
HSV(B)323.77º49.77%83.53%-
XYZ40.0527.641.74-
YUV145.99142.12175.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 107 (42.19% from 255) = 21.79%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=43.38%
G=21.79%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310717100.500.200.16323.7755.7962.75
HexD56BAB0321410144383f
Octal32515325306224205047077
Binary1101010111010111010101101100101010010000101000100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56BAB; }

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

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

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

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

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

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

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

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