#D56DA2

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

Shades of Hopbush #D56DA2

Tints of Hopbush #D56DA2

Color information

#D56DA2 (or 0xD56DA2) is unknown color: approx Hopbush. HEX triplet: D5, 6D and A2. RGB value is (213,109,162). Sum of RGB (Red+Green+Blue) = 213+109+162=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56DA2 is #2A925D. Grayscale: #929292. Windows color (decimal): -2789982 or 10644949. OLE color: 10644949.

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

Color convert

RGB213109162-
CMYK00.490.240.16
HSL329.42º55.32%63.14%-
HSV(B)329.42º48.83%83.53%-
XYZ39.4327.6937.45-
YUV146.14136.96175.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.01%
GREEN value IS 109 (42.97% from 255) = 22.52%
BLUE value IS 162 (63.67% from 255) = 33.47%
R=44.01%
G=22.52%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310916200.490.240.16329.4255.3263.14
HexD56DA20311810149373f
Octal32515524206130205116777
Binary1101010111011011010001001100011100010000101001001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56DA2; }

 p { color: rgb(213,109,162); }

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

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

 a { background-color: rgb(213,109,162); }

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

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

 span { border-color: rgb(213,109,162); }

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