#D55CAC

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

Shades of Hopbush #D55CAC

Tints of Hopbush #D55CAC

Color information

#D55CAC (or 0xD55CAC) is unknown color: approx Hopbush. HEX triplet: D5, 5C and AC. RGB value is (213,92,172). Sum of RGB (Red+Green+Blue) = 213+92+172=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55CAC is #2AA353. Grayscale: #898989. Windows color (decimal): -2794324 or 11295957. OLE color: 11295957.

HSL color Cylindrical-coordinate representation of color #D55CAC: hue angle of 320.33º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55CAC is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB21392172-
CMYK00.570.190.16
HSL320.33º59.02%59.8%-
HSV(B)320.33º56.81%83.53%-
XYZ38.7124.7841.77-
YUV137.3147.59182-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 92 (36.33% from 255) = 19.29%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=44.65%
G=19.29%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139217200.570.190.16320.3359.0259.8
HexD55CAC03913101403b3c
Octal32513425407123205007374
Binary1101010110111001010110001110011001110000101000000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55CAC; }

 p { color: rgb(213,92,172); }

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

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

 a { background-color: rgb(213,92,172); }

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

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

 span { border-color: rgb(213,92,172); }

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