#d5729b

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

Shades of Hopbush #D5729B

Tints of Hopbush #D5729B

Color information

#D5729B (or 0xD5729B) is unknown color: approx Hopbush. HEX triplet: D5, 72 and 9B. RGB value is (213,114,155). Sum of RGB (Red+Green+Blue) = 213+114+155=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5729B is #2A8D64. Grayscale: #949494. Windows color (decimal): -2788709 or 10187477. OLE color: 10187477.

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

Color convert

RGB213114155-
CMYK00.460.270.16
HSL335.15º54.1%64.12%-
HSV(B)335.15º46.48%83.53%-
XYZ39.3728.5534.45-
YUV148.27131.8174.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.19%
GREEN value IS 114 (44.92% from 255) = 23.65%
BLUE value IS 155 (60.94% from 255) = 32.16%
R=44.19%
G=23.65%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311415500.460.270.16335.1554.164.12
HexD5729B02E1B1014f3640
Octal325162233056332051766100
Binary11010101111001010011011010111011011100001010011111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5729b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5729b; }

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

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

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

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

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

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

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

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