#D56DAE

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

Shades of Hopbush #D56DAE

Tints of Hopbush #D56DAE

Color information

#D56DAE (or 0xD56DAE) is unknown color: approx Hopbush. HEX triplet: D5, 6D and AE. RGB value is (213,109,174). Sum of RGB (Red+Green+Blue) = 213+109+174=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56DAE is #2A9251. Grayscale: #939393. Windows color (decimal): -2789970 or 11431381. OLE color: 11431381.

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

Color convert

RGB213109174-
CMYK00.490.180.16
HSL322.5º55.32%63.14%-
HSV(B)322.5º48.83%83.53%-
XYZ40.5528.1443.34-
YUV147.51142.96174.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.94%
GREEN value IS 109 (42.97% from 255) = 21.98%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=42.94%
G=21.98%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310917400.490.180.16322.555.3263.14
HexD56DAE0311210142373f
Octal32515525606122205026777
Binary1101010111011011010111001100011001010000101000010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56DAE; }

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

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

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

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

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

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

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

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