#D55BAB

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

Shades of Hopbush #D55BAB

Tints of Hopbush #D55BAB

Color information

#D55BAB (or 0xD55BAB) is unknown color: approx Hopbush. HEX triplet: D5, 5B and AB. RGB value is (213,91,171). Sum of RGB (Red+Green+Blue) = 213+91+171=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D55BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55BAB is #2AA454. Grayscale: #888888. Windows color (decimal): -2794581 or 11230165. OLE color: 11230165.

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

Color convert

RGB21391171-
CMYK00.570.200.16
HSL320.66º59.22%59.61%-
HSV(B)320.66º57.28%83.53%-
XYZ38.5324.5741.24-
YUV136.6147.42182.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.84%
GREEN value IS 91 (35.94% from 255) = 19.16%
BLUE value IS 171 (67.19% from 255) = 36%
R=44.84%
G=19.16%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139117100.570.200.16320.6659.2259.61
HexD55BAB03914101413b3c
Octal32513325307124205017374
Binary1101010110110111010101101110011010010000101000001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55BAB; }

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

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

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

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

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

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

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

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