#D578B1

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

Shades of Hopbush #D578B1

Tints of Hopbush #D578B1

Color information

#D578B1 (or 0xD578B1) is unknown color: approx Hopbush. HEX triplet: D5, 78 and B1. RGB value is (213,120,177). Sum of RGB (Red+Green+Blue) = 213+120+177=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D578B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D578B1 is #2A874E. Grayscale: #9A9A9A. Windows color (decimal): -2787151 or 11630805. OLE color: 11630805.

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

Color convert

RGB213120177-
CMYK00.440.170.16
HSL323.23º52.54%65.29%-
HSV(B)323.23º43.66%83.53%-
XYZ42.0930.7545.31-
YUV154.3140.81169.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.76%
GREEN value IS 120 (47.27% from 255) = 23.53%
BLUE value IS 177 (69.53% from 255) = 34.71%
R=41.76%
G=23.53%
B=34.71%

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
Decimal21312017700.440.170.16323.2352.5465.29
HexD578B102C11101433541
Octal325170261054212050365101
Binary11010101111100010110001010110010001100001010000111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D578B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D578B1; }

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

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

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

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

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

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

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

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