#D576B1

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

Shades of Hopbush #D576B1

Tints of Hopbush #D576B1

Color information

#D576B1 (or 0xD576B1) is unknown color: approx Hopbush. HEX triplet: D5, 76 and B1. RGB value is (213,118,177). Sum of RGB (Red+Green+Blue) = 213+118+177=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D576B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D576B1 is #2A894E. Grayscale: #989898. Windows color (decimal): -2787663 or 11630293. OLE color: 11630293.

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

Color convert

RGB213118177-
CMYK00.450.170.16
HSL322.74º53.07%64.9%-
HSV(B)322.74º44.6%83.53%-
XYZ41.8530.2845.23-
YUV153.13141.47170.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 118 (46.48% from 255) = 23.23%
BLUE value IS 177 (69.53% from 255) = 34.84%
R=41.93%
G=23.23%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311817700.450.170.16322.7453.0764.9
HexD576B102D11101433541
Octal325166261055212050365101
Binary11010101111011010110001010110110001100001010000111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D576B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D576B1; }

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

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

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

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

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

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

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

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