#D476A1

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

Shades of Hopbush #D476A1

Tints of Hopbush #D476A1

Color information

#D476A1 (or 0xD476A1) is unknown color: approx Hopbush. HEX triplet: D4, 76 and A1. RGB value is (212,118,161). Sum of RGB (Red+Green+Blue) = 212+118+161=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D476A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D476A1 is #2B895E. Grayscale: #969696. Windows color (decimal): -2853215 or 10581716. OLE color: 10581716.

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

Color convert

RGB212118161-
CMYK00.440.240.17
HSL332.55º52.22%64.71%-
HSV(B)332.55º44.34%83.14%-
XYZ40.0629.5337.31-
YUV151.01133.64171.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 118 (46.48% from 255) = 24.03%
BLUE value IS 161 (63.28% from 255) = 32.79%
R=43.18%
G=24.03%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211816100.440.240.17332.5552.2264.71
HexD476A102C181114d3441
Octal324166241054302151564101
Binary11010100111011010100001010110011000100011010011011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D476A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D476A1; }

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

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

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

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

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

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

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

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