#D4729B

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

Shades of Hopbush #D4729B

Tints of Hopbush #D4729B

Color information

#D4729B (or 0xD4729B) is unknown color: approx Hopbush. HEX triplet: D4, 72 and 9B. RGB value is (212,114,155). Sum of RGB (Red+Green+Blue) = 212+114+155=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D4729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4729B is #2B8D64. Grayscale: #939393. Windows color (decimal): -2854245 or 10187476. OLE color: 10187476.

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

Color convert

RGB212114155-
CMYK00.460.270.17
HSL334.9º53.26%63.92%-
HSV(B)334.9º46.23%83.14%-
XYZ39.0928.434.43-
YUV147.98131.97173.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.07%
GREEN value IS 114 (44.92% from 255) = 23.70%
BLUE value IS 155 (60.94% from 255) = 32.22%
R=44.07%
G=23.70%
B=32.22%

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
Decimal21211415500.460.270.17334.953.2663.92
HexD4729B02E1B1114f3540
Octal324162233056332151765100
Binary11010100111001010011011010111011011100011010011111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4729B; }

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

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

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

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

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

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

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

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