#D55FAC

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

Shades of Hopbush #D55FAC

Tints of Hopbush #D55FAC

Color information

#D55FAC (or 0xD55FAC) is unknown color: approx Hopbush. HEX triplet: D5, 5F and AC. RGB value is (213,95,172). Sum of RGB (Red+Green+Blue) = 213+95+172=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55FAC is #2AA053. Grayscale: #8A8A8A. Windows color (decimal): -2793556 or 11296725. OLE color: 11296725.

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

Color convert

RGB21395172-
CMYK00.550.190.16
HSL320.85º58.42%60.39%-
HSV(B)320.85º55.4%83.53%-
XYZ38.9825.3141.86-
YUV139.06146.59180.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 95 (37.5% from 255) = 19.79%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=44.38%
G=19.79%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139517200.550.190.16320.8558.4260.39
HexD55FAC03713101413a3c
Octal32513725406723205017274
Binary1101010110111111010110001101111001110000101000001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55FAC; }

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

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

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

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

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

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

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

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