#D57CAA

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

Shades of Hopbush #D57CAA

Tints of Hopbush #D57CAA

Color information

#D57CAA (or 0xD57CAA) is unknown color: approx Hopbush. HEX triplet: D5, 7C and AA. RGB value is (213,124,170). Sum of RGB (Red+Green+Blue) = 213+124+170=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57CAA is #2A8355. Grayscale: #9B9B9B. Windows color (decimal): -2786134 or 11173077. OLE color: 11173077.

HSL color Cylindrical-coordinate representation of color #D57CAA: hue angle of 328.99º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57CAA is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB213124170-
CMYK00.420.200.16
HSL328.99º51.45%66.08%-
HSV(B)328.99º41.78%83.53%-
XYZ41.931.4641.89-
YUV155.85135.99168.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 124 (48.83% from 255) = 24.46%
BLUE value IS 170 (66.80% from 255) = 33.53%
R=42.01%
G=24.46%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312417000.420.200.16328.9951.4566.08
HexD57CAA02A14101493342
Octal325174252052242051163102
Binary11010101111110010101010010101010100100001010010011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57CAA; }

 p { color: rgb(213,124,170); }

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

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

 a { background-color: rgb(213,124,170); }

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

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

 span { border-color: rgb(213,124,170); }

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