#D55AAB

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

Shades of Hopbush #D55AAB

Tints of Hopbush #D55AAB

Color information

#D55AAB (or 0xD55AAB) is unknown color: approx Hopbush. HEX triplet: D5, 5A and AB. RGB value is (213,90,171). Sum of RGB (Red+Green+Blue) = 213+90+171=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55AAB is #2AA554. Grayscale: #878787. Windows color (decimal): -2794837 or 11229909. OLE color: 11229909.

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

Color convert

RGB21390171-
CMYK00.580.200.16
HSL320.49º59.42%59.41%-
HSV(B)320.49º57.75%83.53%-
XYZ38.4524.441.21-
YUV136.01147.75182.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.94%
GREEN value IS 90 (35.55% from 255) = 18.99%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=44.94%
G=18.99%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139017100.580.200.16320.4959.4259.41
HexD55AAB03A14101403b3b
Octal32513225307224205007373
Binary1101010110110101010101101110101010010000101000000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55AAB; }

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

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

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

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

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

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

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

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