#D476A0

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

Shades of Hopbush #D476A0

Tints of Hopbush #D476A0

Color information

#D476A0 (or 0xD476A0) is unknown color: approx Hopbush. HEX triplet: D4, 76 and A0. RGB value is (212,118,160). Sum of RGB (Red+Green+Blue) = 212+118+160=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D476A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D476A0 is #2B895F. Grayscale: #969696. Windows color (decimal): -2853216 or 10516180. OLE color: 10516180.

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

Color convert

RGB212118160-
CMYK00.440.250.17
HSL333.19º52.22%64.71%-
HSV(B)333.19º44.34%83.14%-
XYZ39.9729.4936.84-
YUV150.89133.14171.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.27%
GREEN value IS 118 (46.48% from 255) = 24.08%
BLUE value IS 160 (62.89% from 255) = 32.65%
R=43.27%
G=24.08%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211816000.440.250.17333.1952.2264.71
HexD476A002C191114d3441
Octal324166240054312151564101
Binary11010100111011010100000010110011001100011010011011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D476A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D476A0; }

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

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

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

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

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

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

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

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