#D577B0

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

Shades of Hopbush #D577B0

Tints of Hopbush #D577B0

Color information

#D577B0 (or 0xD577B0) is unknown color: approx Hopbush. HEX triplet: D5, 77 and B0. RGB value is (213,119,176). Sum of RGB (Red+Green+Blue) = 213+119+176=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D577B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D577B0 is #2A884F. Grayscale: #999999. Windows color (decimal): -2787408 or 11565013. OLE color: 11565013.

HSL color Cylindrical-coordinate representation of color #D577B0: hue angle of 323.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D577B0 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB213119176-
CMYK00.440.170.16
HSL323.62º52.81%65.1%-
HSV(B)323.62º44.13%83.53%-
XYZ41.8730.4744.75-
YUV153.6140.64170.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 119 (46.88% from 255) = 23.43%
BLUE value IS 176 (69.14% from 255) = 34.65%
R=41.93%
G=23.43%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311917600.440.170.16323.6252.8165.1
HexD577B002C11101443541
Octal325167260054212050465101
Binary11010101111011110110000010110010001100001010001001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D577B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D577B0; }

 p { color: rgb(213,119,176); }

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

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

 a { background-color: rgb(213,119,176); }

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

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

 span { border-color: rgb(213,119,176); }

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