#D476B0

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

Shades of Hopbush #D476B0

Tints of Hopbush #D476B0

Color information

#D476B0 (or 0xD476B0) is unknown color: approx Hopbush. HEX triplet: D4, 76 and B0. RGB value is (212,118,176). Sum of RGB (Red+Green+Blue) = 212+118+176=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D476B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D476B0 is #2B894F. Grayscale: #989898. Windows color (decimal): -2853200 or 11564756. OLE color: 11564756.

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

Color convert

RGB212118176-
CMYK00.440.170.17
HSL322.98º52.22%64.71%-
HSV(B)322.98º44.34%83.14%-
XYZ41.4730.0944.7-
YUV152.72141.14170.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.90%
GREEN value IS 118 (46.48% from 255) = 23.32%
BLUE value IS 176 (69.14% from 255) = 34.78%
R=41.90%
G=23.32%
B=34.78%

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
Decimal21211817600.440.170.17322.9852.2264.71
HexD476B002C11111433441
Octal324166260054212150364101
Binary11010100111011010110000010110010001100011010000111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D476B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D476B0; }

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

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

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

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

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

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

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

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