#D578A5

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

Shades of Hopbush #D578A5

Tints of Hopbush #D578A5

Color information

#D578A5 (or 0xD578A5) is unknown color: approx Hopbush. HEX triplet: D5, 78 and A5. RGB value is (213,120,165). Sum of RGB (Red+Green+Blue) = 213+120+165=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D578A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D578A5 is #2A875A. Grayscale: #989898. Windows color (decimal): -2787163 or 10844373. OLE color: 10844373.

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

Color convert

RGB213120165-
CMYK00.440.230.16
HSL330.97º52.54%65.29%-
HSV(B)330.97º43.66%83.53%-
XYZ40.9530.339.29-
YUV152.94134.81170.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.77%
GREEN value IS 120 (47.27% from 255) = 24.10%
BLUE value IS 165 (64.84% from 255) = 33.13%
R=42.77%
G=24.10%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312016500.440.230.16330.9752.5465.29
HexD578A502C171014b3541
Octal325170245054272051365101
Binary11010101111100010100101010110010111100001010010111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D578A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D578A5; }

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

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

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

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

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

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

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

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