#D47299

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

Shades of Hopbush #D47299

Tints of Hopbush #D47299

Color information

#D47299 (or 0xD47299) is unknown color: approx Hopbush. HEX triplet: D4, 72 and 99. RGB value is (212,114,153). Sum of RGB (Red+Green+Blue) = 212+114+153=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D47299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47299 is #2B8D66. Grayscale: #939393. Windows color (decimal): -2854247 or 10056404. OLE color: 10056404.

HSL color Cylindrical-coordinate representation of color #D47299: hue angle of 336.12º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D47299 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB212114153-
CMYK00.460.280.17
HSL336.12º53.26%63.92%-
HSV(B)336.12º46.23%83.14%-
XYZ38.9228.3333.55-
YUV147.75130.97173.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.26%
GREEN value IS 114 (44.92% from 255) = 23.80%
BLUE value IS 153 (60.16% from 255) = 31.94%
R=44.26%
G=23.80%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211415300.460.280.17336.1253.2663.92
HexD4729902E1C111503540
Octal324162231056342152065100
Binary11010100111001010011001010111011100100011010100001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47299; }

 p { color: rgb(212,114,153); }

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

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

 a { background-color: rgb(212,114,153); }

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

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

 span { border-color: rgb(212,114,153); }

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