#D476B1

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

Shades of Hopbush #D476B1

Tints of Hopbush #D476B1

Color information

#D476B1 (or 0xD476B1) is unknown color: approx Hopbush. HEX triplet: D4, 76 and B1. RGB value is (212,118,177). Sum of RGB (Red+Green+Blue) = 212+118+177=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D476B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D476B1 is #2B894E. Grayscale: #989898. Windows color (decimal): -2853199 or 11630292. OLE color: 11630292.

HSL color Cylindrical-coordinate representation of color #D476B1: hue angle of 322.34º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D476B1 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB212118177-
CMYK00.440.170.17
HSL322.34º52.22%64.71%-
HSV(B)322.34º44.34%83.14%-
XYZ41.5730.1345.22-
YUV152.83141.64170.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.81%
GREEN value IS 118 (46.48% from 255) = 23.27%
BLUE value IS 177 (69.53% from 255) = 34.91%
R=41.81%
G=23.27%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211817700.440.170.17322.3452.2264.71
HexD476B102C11111423441
Octal324166261054212150264101
Binary11010100111011010110001010110010001100011010000101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D476B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D476B1; }

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

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

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

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

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

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

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

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