#D4729A

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

Shades of Hopbush #D4729A

Tints of Hopbush #D4729A

Color information

#D4729A (or 0xD4729A) is unknown color: approx Hopbush. HEX triplet: D4, 72 and 9A. RGB value is (212,114,154). Sum of RGB (Red+Green+Blue) = 212+114+154=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D4729A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4729A is #2B8D65. Grayscale: #939393. Windows color (decimal): -2854246 or 10121940. OLE color: 10121940.

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

Color convert

RGB212114154-
CMYK00.460.270.17
HSL335.51º53.26%63.92%-
HSV(B)335.51º46.23%83.14%-
XYZ3928.3633.99-
YUV147.86131.47173.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.17%
GREEN value IS 114 (44.92% from 255) = 23.75%
BLUE value IS 154 (60.55% from 255) = 32.08%
R=44.17%
G=23.75%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211415400.460.270.17335.5153.2663.92
HexD4729A02E1B111503540
Octal324162232056332152065100
Binary11010100111001010011010010111011011100011010100001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4729A; }

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

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

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

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

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

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

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

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