#D577A1

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

Shades of Hopbush #D577A1

Tints of Hopbush #D577A1

Color information

#D577A1 (or 0xD577A1) is unknown color: approx Hopbush. HEX triplet: D5, 77 and A1. RGB value is (213,119,161). Sum of RGB (Red+Green+Blue) = 213+119+161=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D577A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D577A1 is #2A885E. Grayscale: #979797. Windows color (decimal): -2787423 or 10581973. OLE color: 10581973.

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

Color convert

RGB213119161-
CMYK00.440.240.16
HSL333.19º52.81%65.1%-
HSV(B)333.19º44.13%83.53%-
XYZ40.4729.9137.36-
YUV151.89133.14171.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.20%
GREEN value IS 119 (46.88% from 255) = 24.14%
BLUE value IS 161 (63.28% from 255) = 32.66%
R=43.20%
G=24.14%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311916100.440.240.16333.1952.8165.1
HexD577A102C181014d3541
Octal325167241054302051565101
Binary11010101111011110100001010110011000100001010011011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D577A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D577A1; }

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

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

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

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

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

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

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

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