#D5649F

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

Shades of Hopbush #D5649F

Tints of Hopbush #D5649F

Color information

#D5649F (or 0xD5649F) is unknown color: approx Hopbush. HEX triplet: D5, 64 and 9F. RGB value is (213,100,159). Sum of RGB (Red+Green+Blue) = 213+100+159=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5649F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5649F is #2A9B60. Grayscale: #8C8C8C. Windows color (decimal): -2792289 or 10446037. OLE color: 10446037.

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

Color convert

RGB213100159-
CMYK00.530.250.16
HSL328.67º57.36%61.37%-
HSV(B)328.67º53.05%83.53%-
XYZ38.2625.7635.76-
YUV140.51138.44179.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 100 (39.45% from 255) = 21.19%
BLUE value IS 159 (62.5% from 255) = 33.69%
R=45.13%
G=21.19%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310015900.530.250.16328.6757.3661.37
HexD5649F0351910149393d
Octal32514423706531205117175
Binary1101010111001001001111101101011100110000101001001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5649F; }

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

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

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

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

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

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

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

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