#D577B1

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

Shades of Hopbush #D577B1

Tints of Hopbush #D577B1

Color information

#D577B1 (or 0xD577B1) is unknown color: approx Hopbush. HEX triplet: D5, 77 and B1. RGB value is (213,119,177). Sum of RGB (Red+Green+Blue) = 213+119+177=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D577B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D577B1 is #2A884E. Grayscale: #999999. Windows color (decimal): -2787407 or 11630549. OLE color: 11630549.

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

Color convert

RGB213119177-
CMYK00.440.170.16
HSL322.98º52.81%65.1%-
HSV(B)322.98º44.13%83.53%-
XYZ41.9730.5145.27-
YUV153.72141.14170.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.85%
GREEN value IS 119 (46.88% from 255) = 23.38%
BLUE value IS 177 (69.53% from 255) = 34.77%
R=41.85%
G=23.38%
B=34.77%

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
Decimal21311917700.440.170.16322.9852.8165.1
HexD577B102C11101433541
Octal325167261054212050365101
Binary11010101111011110110001010110010001100001010000111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D577B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D577B1; }

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

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

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

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

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

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

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

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