#D5729F

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

Shades of Hopbush #D5729F

Tints of Hopbush #D5729F

Color information

#D5729F (or 0xD5729F) is unknown color: approx Hopbush. HEX triplet: D5, 72 and 9F. RGB value is (213,114,159). Sum of RGB (Red+Green+Blue) = 213+114+159=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5729F is #2A8D60. Grayscale: #949494. Windows color (decimal): -2788705 or 10449621. OLE color: 10449621.

HSL color Cylindrical-coordinate representation of color #D5729F: hue angle of 332.73º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5729F is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB213114159-
CMYK00.460.250.16
HSL332.73º54.1%64.12%-
HSV(B)332.73º46.48%83.53%-
XYZ39.7228.6836.24-
YUV148.73133.8173.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.83%
GREEN value IS 114 (44.92% from 255) = 23.46%
BLUE value IS 159 (62.5% from 255) = 32.72%
R=43.83%
G=23.46%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311415900.460.250.16332.7354.164.12
HexD5729F02E191014d3640
Octal325162237056312051566100
Binary11010101111001010011111010111011001100001010011011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5729F; }

 p { color: rgb(213,114,159); }

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

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

 a { background-color: rgb(213,114,159); }

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

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

 span { border-color: rgb(213,114,159); }

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