#D56DB4

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

Shades of Hopbush #D56DB4

Tints of Hopbush #D56DB4

Color information

#D56DB4 (or 0xD56DB4) is unknown color: approx Hopbush. HEX triplet: D5, 6D and B4. RGB value is (213,109,180). Sum of RGB (Red+Green+Blue) = 213+109+180=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DB4 is #2A924B. Grayscale: #949494. Windows color (decimal): -2789964 or 11824597. OLE color: 11824597.

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

Color convert

RGB213109180-
CMYK00.490.150.16
HSL319.04º55.32%63.14%-
HSV(B)319.04º48.83%83.53%-
XYZ41.1528.3846.49-
YUV148.19145.96174.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.43%
GREEN value IS 109 (42.97% from 255) = 21.71%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=42.43%
G=21.71%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310918000.490.150.16319.0455.3263.14
HexD56DB4031F1013f373f
Octal32515526406117204776777
Binary110101011101101101101000110001111110000100111111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56DB4; }

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

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

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

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

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

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

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

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