#D55BAC

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

Shades of Hopbush #D55BAC

Tints of Hopbush #D55BAC

Color information

#D55BAC (or 0xD55BAC) is unknown color: approx Hopbush. HEX triplet: D5, 5B and AC. RGB value is (213,91,172). Sum of RGB (Red+Green+Blue) = 213+91+172=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D55BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55BAC is #2AA453. Grayscale: #888888. Windows color (decimal): -2794580 or 11295701. OLE color: 11295701.

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

Color convert

RGB21391172-
CMYK00.570.190.16
HSL320.16º59.22%59.61%-
HSV(B)320.16º57.28%83.53%-
XYZ38.6324.6141.74-
YUV136.71147.92182.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.75%
GREEN value IS 91 (35.94% from 255) = 19.12%
BLUE value IS 172 (67.58% from 255) = 36.13%
R=44.75%
G=19.12%
B=36.13%

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
Decimal2139117200.570.190.16320.1659.2259.61
HexD55BAC03913101403b3c
Octal32513325407123205007374
Binary1101010110110111010110001110011001110000101000000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55BAC; }

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

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

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

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

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

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

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

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