#D56CA0

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

Shades of Hopbush #D56CA0

Tints of Hopbush #D56CA0

Color information

#D56CA0 (or 0xD56CA0) is unknown color: approx Hopbush. HEX triplet: D5, 6C and A0. RGB value is (213,108,160). Sum of RGB (Red+Green+Blue) = 213+108+160=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56CA0 is #2A935F. Grayscale: #919191. Windows color (decimal): -2790240 or 10513621. OLE color: 10513621.

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

Color convert

RGB213108160-
CMYK00.490.250.16
HSL330.29º55.56%62.94%-
HSV(B)330.29º49.3%83.53%-
XYZ39.1527.4136.48-
YUV145.32136.29176.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 108 (42.58% from 255) = 22.45%
BLUE value IS 160 (62.89% from 255) = 33.26%
R=44.28%
G=22.45%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310816000.490.250.16330.2955.5662.94
HexD56CA0031191014a383f
Octal32515424006131205127077
Binary1101010111011001010000001100011100110000101001010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56CA0; }

 p { color: rgb(213,108,160); }

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

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

 a { background-color: rgb(213,108,160); }

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

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

 span { border-color: rgb(213,108,160); }

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