#D5649D

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

Shades of Hopbush #D5649D

Tints of Hopbush #D5649D

Color information

#D5649D (or 0xD5649D) is unknown color: approx Hopbush. HEX triplet: D5, 64 and 9D. RGB value is (213,100,157). Sum of RGB (Red+Green+Blue) = 213+100+157=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5649D is #2A9B62. Grayscale: #8C8C8C. Windows color (decimal): -2792291 or 10314965. OLE color: 10314965.

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

Color convert

RGB213100157-
CMYK00.530.260.16
HSL329.73º57.36%61.37%-
HSV(B)329.73º53.05%83.53%-
XYZ38.0825.6934.85-
YUV140.28137.44179.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.32%
GREEN value IS 100 (39.45% from 255) = 21.28%
BLUE value IS 157 (61.72% from 255) = 33.40%
R=45.32%
G=21.28%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310015700.530.260.16329.7357.3661.37
HexD5649D0351A1014a393d
Octal32514423506532205127175
Binary1101010111001001001110101101011101010000101001010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5649D; }

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

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

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

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

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

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

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

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