#D55DAB

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

Shades of Hopbush #D55DAB

Tints of Hopbush #D55DAB

Color information

#D55DAB (or 0xD55DAB) is unknown color: approx Hopbush. HEX triplet: D5, 5D and AB. RGB value is (213,93,171). Sum of RGB (Red+Green+Blue) = 213+93+171=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55DAB is #2AA254. Grayscale: #898989. Windows color (decimal): -2794069 or 11230677. OLE color: 11230677.

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

Color convert

RGB21393171-
CMYK00.560.200.16
HSL321º58.82%60%-
HSV(B)321º56.34%83.53%-
XYZ38.7124.9241.3-
YUV137.77146.76181.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 93 (36.72% from 255) = 19.50%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=44.65%
G=19.50%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139317100.560.200.1632158.8260
HexD55DAB03814101413b3c
Octal32513525307024205017374
Binary1101010110111011010101101110001010010000101000001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55DAB; }

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

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

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

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

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

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

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

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